tasks: package manager selection has moved to images, drop from tasks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Basic task to get an Angstrom powered device booting"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
inherit task
|
||||
|
||||
@@ -10,8 +10,6 @@ inherit task
|
||||
#
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
OPKGCONFIG ?= "${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "opkg opkg-config-base angstrom-feed-configs", d)}"
|
||||
|
||||
DEPENDS = "task-boot"
|
||||
|
||||
#
|
||||
@@ -19,7 +17,6 @@ DEPENDS = "task-boot"
|
||||
#
|
||||
RDEPENDS_${PN} = "\
|
||||
task-boot \
|
||||
angstrom-version \
|
||||
${OPKGCONFIG} \
|
||||
angstrom-version \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user