]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-sdk: Add libtool
authorRichard Purdie <richard@openedhand.com>
Thu, 4 Oct 2007 22:49:33 +0000 (22:49 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 4 Oct 2007 22:49:33 +0000 (22:49 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2833 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-poky-sdk.bb

index 24dd153a4312192df75d199b3d2b83ebfd207a45..e5132e0832478a051b5e3caf7d7913338f3fa92b 100644 (file)
@@ -4,7 +4,7 @@
 
 DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
 DEPENDS = "task-poky"
-PR = "r2"
+PR = "r3"
 
 ALLOW_EMPTY = "1"
 #PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -33,6 +33,7 @@ RDEPENDS_task-poky-sdk = "\
     libgcc-dev \
     libstdc++ \
     libstdc++-dev \
+    libtool \
     perl-module-re \
     perl-module-text-wrap \
     pkgconfig \