From: Philip Balister Date: Sun, 24 Jan 2010 15:03:02 +0000 (-0500) Subject: task-sdki-native: Add libtool and pkgconfig the the task-native-sdk package. X-Git-Tag: Release-2010-05/1~747 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e86a7341970af8f52bbad94b43aaf87cd03f54;p=openembedded.git task-sdki-native: Add libtool and pkgconfig the the task-native-sdk package. --- diff --git a/recipes/tasks/task-sdk-native.bb b/recipes/tasks/task-sdk-native.bb index 35ddf788fd..e21384b08d 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}"