Module: meta-angstrom
Branch: master
Commit: 14097a94063b1a29a129e0ecb3c3f416c5ef49a1

Author: Koen Kooi <k...@dominion.thruhere.net>
Date:   Mon Jan 16 09:59:25 2012 +0100

tasks: package manager selection has moved to images, drop from tasks

Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>

---

 recipes-angstrom/tasks/angstrom-task-boot.bb |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/recipes-angstrom/tasks/angstrom-task-boot.bb 
b/recipes-angstrom/tasks/angstrom-task-boot.bb
index 0046afd..2757dc3 100644
--- a/recipes-angstrom/tasks/angstrom-task-boot.bb
+++ b/recipes-angstrom/tasks/angstrom-task-boot.bb
@@ -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 \
     "
 


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to