Move sysmocom-openvpn-config task-sysmocom-tools -> feed

Package sysmocom-openvpn-config was recently added to
task-sysmocom-tools. That task is pulled in by default into images. We
don't actually want that. Instead, we want the package to be available
in feeds, but without being installed into the image by default. Hence,
revert the recent commit and put the package in task-sysmocom-feed.bb
instead.

Fixes: d8cb7e21d0
Related: SYS#5734
pull/7/head
Pau Espin 1 year ago
parent f9fba03b36
commit 705488de0c

@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY_${PN} = "1"
PR = "r24"
PR = "r25"
RDEPENDS_${PN} = "\
task-sysmocom-tools \
@ -11,6 +11,7 @@ RDEPENDS_${PN} = "\
task-sysmocom-legacy \
task-gprscore \
packagegroup-sysmobts-sob \
sysmocom-openvpn-config \
minicom \
vlan \
patch \

@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY_${PN} = "1"
PR = "r13"
PR = "r14"
RDEPENDS_${PN} = "\
lmsensors-scripts \
@ -20,6 +20,5 @@ RDEPENDS_${PN} = "\
sysmocom-backup-default \
sysmocom-systemd \
sysmocom-configure \
sysmocom-openvpn-config \
osmo-config-merge \
"

Loading…
Cancel
Save