tasks-sysmocom-tools: Move wget, ca-cacert-rootcert and sysmocom-backup to tools

We have some images that need the real wget for upgrades, the SSL
root certificate of CA-Cert but that doesn't use task-sysmocom to
build the image. Move these utilities into the tools task.
This commit is contained in:
Holger Hans Peter Freyther 2013-05-15 12:52:36 +02:00
parent 0c79987641
commit a144d1c3c0
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY = "1"
PR = "r6"
PR = "r7"
RDEPENDS_task-sysmocom-tools = "\
lmsensors-scripts \
@ -12,4 +12,7 @@ RDEPENDS_task-sysmocom-tools = "\
screen \
ethtool \
ntpdate \
wget \
ca-cacert-rootcert \
sysmocom-backup \
"

View File

@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1"
PR = "r10"
PR = "r11"
RDEPENDS_task-sysmocom = "\
task-sysmocom-tools \
@ -14,8 +14,5 @@ RDEPENDS_task-sysmocom = "\
osmo-gbproxy \
osmo-nitb \
ipaccess-utils \
wget \
ca-cacert-rootcert \
sysmocom-backup \
"