[oe-commits] org.oe.dev gnash-minimal: don't package libltdl, we have libtool for that

koen commit oe at amethyst.openembedded.net
Wed Sep 3 11:02:11 UTC 2008


gnash-minimal: don't package libltdl, we have libtool for that

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 462295240b0a06ab1c367eb883ec218b4313bf89
ViewMTN: http://monotone.openembedded.org/revision/info/462295240b0a06ab1c367eb883ec218b4313bf89
Files:
1
packages/gnash/gnash-minimal.inc
Diffs:

#
# mt diff -r4bf3d585c38329ddf1bf7279a2a91e68bf2ac8e7 -r462295240b0a06ab1c367eb883ec218b4313bf89
#
#
#
# patch "packages/gnash/gnash-minimal.inc"
#  from [cd2bb516d2fb57c4631871f835f678dd745a5039]
#    to [eb90fecce11dc84a53c51d06768ca881e6c1bfd1]
#
============================================================
--- packages/gnash/gnash-minimal.inc	cd2bb516d2fb57c4631871f835f678dd745a5039
+++ packages/gnash/gnash-minimal.inc	eb90fecce11dc84a53c51d06768ca881e6c1bfd1
@@ -3,7 +3,6 @@ DEPENDS = "virtual/libiconv virtual/libi
 LICENSE = "GPL-2"
 
 DEPENDS = "virtual/libiconv virtual/libintl ffmpeg libtool agg libxml2 libmad zlib boost jpeg pango curl freetype"
-RDEPENDS = "libltdl"
 
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2"
 S = ${WORKDIR}/gnash-${PV}
@@ -48,11 +47,10 @@ CFLAGS += " -D_GNU_SOURCE  -I${S}/libltd
 # detection because uclibc does not have argz.h which enables error_t 
 CFLAGS += " -D_GNU_SOURCE  -I${S}/libltdl  -I${STAGING_INCDIR}/libltdl"
 
-PACKAGES =+ "libgnashnet libgnashamf libgnashbase libgnashserver libgnashmedia libltdl"
+PACKAGES =+ "libgnashnet libgnashamf libgnashbase libgnashserver libgnashmedia"
 
 FILES_${PN}-dbg += "${libdir}/gnash/.debug"
 FILES_${PN}-dev += "${libdir}/gnash/*a"
-FILES_libltdl = "${libdir}/gnash/libltdl*.so*"
 FILES_libgnashamf = "${libdir}/gnash/libgnashamf-${PV}.so"
 FILES_libgnashbase = "${libdir}/gnash/libgnashbase-${PV}.so"
 FILES_libgnashmedia = "${libdir}/gnash/libgnashmedia-${PV}.so"






More information about the Openembedded-commits mailing list