poky-extras: Update extras task and image with recent poky changes
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 09:47:05 +0000 (09:47 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 09:47:05 +0000 (09:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@968 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/images/oh-image-extras.bb [moved from meta-extras/packages/meta/oh-image-extras.bb with 88% similarity]
meta-extras/packages/tasks/task-oh-extras.bb [moved from meta-extras/packages/meta/task-oh-extras.bb with 88% similarity]

@@ -11,6 +11,7 @@ DEPENDS = "\
     task-oh-extras"
     
 RDEPENDS = "\
+    task-base \
     task-oh-boot \
     task-oh-boot-extras \
     task-oh-base \
@@ -20,7 +21,7 @@ RDEPENDS = "\
     task-oh-extraapps \
     ${XSERVER} "
 
-export IPKG_INSTALL = "${RDEPENDS}"
+export PACKAGE_INSTALL = "${RDEPENDS}"
 #ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
 
 inherit image
similarity index 88%
rename from meta-extras/packages/meta/task-oh-extras.bb
rename to meta-extras/packages/tasks/task-oh-extras.bb
index 6c5b9a9..fc2a3e0 100644 (file)
@@ -7,4 +7,5 @@ ALLOW_EMPTY = "1"
 
 RDEPENDS_task-oh-extraapps = "\
     madplay \
+    maemo-mapper-nohildon \
     mc"