[oe-commits] org.oe.dev gnash: fix build to use external libtool

koen commit oe at amethyst.openembedded.net
Fri Jul 4 23:01:15 UTC 2008


gnash: fix build to use external libtool

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ba8403a8ad444bd34b7a9e7157058ef0de391d5c
ViewMTN: http://monotone.openembedded.org/revision/info/ba8403a8ad444bd34b7a9e7157058ef0de391d5c
Files:
1
packages/gnash/gnash.inc
packages/gnash/gnash_0.8.3.bb
Diffs:

#
# mt diff -r893fa4241ac7bf24550fb3ee1c87aa2803707603 -rba8403a8ad444bd34b7a9e7157058ef0de391d5c
#
#
#
# patch "packages/gnash/gnash.inc"
#  from [9c8c4d5fbf73bb78dc1770d8b3fbc18052b41d0d]
#    to [f1ba5349c7103bbc21867a987ba4fd70a54822ea]
# 
# patch "packages/gnash/gnash_0.8.3.bb"
#  from [facb94648e617689b38f3bcebae0585eb83d3a2e]
#    to [fe5259e673c242e3496cab9405c4b00220282bde]
#
============================================================
--- packages/gnash/gnash.inc	9c8c4d5fbf73bb78dc1770d8b3fbc18052b41d0d
+++ packages/gnash/gnash.inc	f1ba5349c7103bbc21867a987ba4fd70a54822ea
@@ -1,7 +1,7 @@ LICENSE = "GPL-2"
 DESCRIPTION = "Gnash is a GNU Flash movie player that supports many SWF v7 features"
 HOMEPAGE = "http://www.gnu.org/software/gnash"
 LICENSE = "GPL-2"
-DEPENDS = "gtk+ cairo libxml2 libmad libsdl-mixer zlib boost jpeg pango curl freetype"
+DEPENDS = "libtool gtk+ cairo libxml2 libmad libsdl-mixer zlib boost jpeg pango curl freetype"
 PR = "r1"
 
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2 \
============================================================
--- packages/gnash/gnash_0.8.3.bb	facb94648e617689b38f3bcebae0585eb83d3a2e
+++ packages/gnash/gnash_0.8.3.bb	fe5259e673c242e3496cab9405c4b00220282bde
@@ -1,6 +1,11 @@ require gnash.inc
 require gnash.inc
 
+PR = "r2"
+
+EXTRA_OECONF += " --without-included-ltdl \
+                  --with-ltdl-include=${STAGING_INCDIR} \
+                  --with-ltdl-lib=${STAGING_LIBDIR} \
+"
+
+SRC_URI += "file://libtool-2.2.patch;patch=1"
+
-do_configure() {
-	gnu-configize
-	oe_runconf
-}






More information about the Openembedded-commits mailing list