From 1d6193b9ddba04c26f2c654d66f7ce6ff6a367ff Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 8 Jul 2010 01:55:51 +0200 Subject: [PATCH] task-pandora-core: Added two more boost-libs --- recipes/tasks/task-pandora-core.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index 596bec9..1ce683b 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 = "r28" +PR = "r29" inherit task @@ -29,6 +29,8 @@ BOOT = " \ # Package BOOST libs so people can use them in apps. It will pull in the RRECOMENDS. BOOST = " \ boost \ + boost-python \ + boost-serialization \ " WIRELESS = " \ -- 2.39.5