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
This commit is contained in:
Pau Espin 2022-03-15 16:19:54 +01:00
parent f9fba03b36
commit 705488de0c
2 changed files with 3 additions and 3 deletions

View File

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

View File

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