From 3ca39670e33db97ca37f908e3ab29d9b805df353 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Thu, 3 Jun 2010 19:14:43 +0100 Subject: [PATCH] task-pandora-core: Add boost, lua and flac to the core image task. --- recipes/tasks/task-pandora-core.bb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index 8d2dfe9..5927f8b 100755 --- a/recipes/tasks/task-pandora-core.bb +++ b/recipes/tasks/task-pandora-core.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps and libs in the Pandora i # Don't forget to bump the PR if you change it. -PR = "r24" +PR = "r26" inherit task @@ -26,6 +26,11 @@ BOOT = " \ mtd-utils \ " +# Package BOOST libs so people can use them in apps. It will pull in the RRECOMENDS. +BOOST = " \ + boost \ +" + WIRELESS = " \ pandora-firmware \ wl1251-modules \ @@ -43,7 +48,7 @@ MEDIA_LIBS = " \ faad2 \ mikmod \ speex \ - + flac \ " OPENGLES = " \ omap3-sgx-modules devmem2 \ @@ -103,6 +108,7 @@ EXTRA_TOOLS = " \ nano \ gdb \ sessreg \ + lua5.1 \ " # Add extra util-linux-ng utils to image. @@ -116,6 +122,7 @@ RDEPENDS_${PN} = "\ task-base-extended \ task-proper-tools \ ${AUFS} \ + ${BOOST} \ ${WIRELESS} \ ${BLUETOOTH} \ ${BOOT} \ -- 2.39.2