* Add libtool related stuff to task-native-sdk
@ 2010-01-06 4:21 Philip Balister
2010-01-24 11:27 ` Holger Hans Peter Freyther
0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2010-01-06 4:21 UTC (permalink / raw)
To: openembedded-devel
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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-24 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 4:21 Add libtool related stuff to task-native-sdk Philip Balister
2010-01-24 11:27 ` Holger Hans Peter Freyther
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.