[oe-commits] Philip Balister : task-sdki-native: Add libtool and pkgconfig the the task-native-sdk package.

git version control git at git.openembedded.org
Mon Jan 25 14:04:57 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 98e86a7341970af8f52bbad94b43aaf87cd03f54
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=98e86a7341970af8f52bbad94b43aaf87cd03f54

Author: Philip Balister <philip at balister.org>
Date:   Sun Jan 24 10:03:02 2010 -0500

task-sdki-native: Add libtool and pkgconfig the the task-native-sdk package.

---

 recipes/tasks/task-sdk-native.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

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-commits mailing list