task-pandora-core: Move AUFS into its own area in the build task.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 30 Nov 2009 16:12:50 +0000 (16:12 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 30 Nov 2009 16:12:50 +0000 (16:12 +0000)
recipes/tasks/task-pandora-core.bb

index ad0d225..c0f23f8 100755 (executable)
@@ -5,10 +5,15 @@ DESCRIPTION = "Task file for default core/console apps in the Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r6"
+PR = "r7"
 
 inherit task 
 
+AUFS = " \
+  aufs2-27 \
+  aufs2-util \
+"
+
 BLUETOOTH = " \
   blueprobe \
   bluez4 gst-plugin-bluez \
@@ -51,7 +56,6 @@ TOUCHSCREEN = " \
 
 FS_SUPPORT = " \
   nfs-utils nfs-utils-client \
-  aufs2-27 aufs2-util \
   fuse sshfs-fuse ntfs-3g \
 "
 
@@ -76,6 +80,7 @@ EXTRA_TOOLS = " \
 RDEPENDS_${PN} = "\
   task-base-extended \
   task-proper-tools \
+  ${AUFS} \
   ${WIRELESS} \
   ${BLUETOOTH} \  
   ${OPENGLES} \