From 51890371a12a89d8b43dd80b4a0d1fa65a356361 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Mon, 30 Nov 2009 16:12:50 +0000 Subject: [PATCH] task-pandora-core: Move AUFS into its own area in the build task. --- recipes/tasks/task-pandora-core.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index ad0d225..c0f23f8 100755 --- a/recipes/tasks/task-pandora-core.bb +++ b/recipes/tasks/task-pandora-core.bb @@ -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} \ -- 2.39.5