[oe] Add libtool related stuff to task-native-sdk

Philip Balister philip at balister.org
Wed Jan 6 04:21:14 UTC 2010


Does anyone object if I push these changes to task-native-sdk? I've been 
talking with some people doing builds on omap3 hardware and it looks 
like this change will make things easier for them.

Philip

diff --git a/recipes/tasks/task-sdk-native.bb 
b/recipes/tasks/task-sdk-native.bb
index 35ddf78..e21384b 100644
--- a/recipes/tasks/task-sdk-native.bb
+++ b/recipes/tasks/task-sdk-native.bb
@@ -1,15 +1,16 @@
  DESCRIPTION = "Packages required for native (on-device) SDK"
  LICENSE = "MIT"
-DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat 
diffutils automake flex bison gawk sed grep"
+DEPENDS = "virtual/libc gcc binutils make patch patchutils diffstat 
diffutils automake flex bison gawk sed grep libtool pkgconfig"
  RDEPENDS = "gcc-symlinks g++-symlinks cpp cpp-symlinks binutils-symlinks \
             make virtual-libc-dev \
             task-proper-tools perl-modules flex flex-dev bison gawk sed 
grep autoconf automake make \
-           patch patchutils diffstat diffutils libstdc++-dev"
+           patch patchutils diffstat diffutils libstdc++-dev \
+            libtool libtool-dev libltdl-dev pkgconfig"

  RECOMMENDS = " g77-symlinks gfortran-symlinks "
  RPROVIDES_${PN} = "task-native-sdk"

-PR = "r7"
+PR = "r8"

  ALLOW_EMPTY = "1"
  PACKAGES = "${PN}"





More information about the Openembedded-devel mailing list