[oe-commits] Leon Woestenberg : gnash-0.8.5: Fix an upstream case-typo in the configure script.

git version control git at git.openembedded.org
Sun Oct 18 19:08:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f6bb1d830c51b78b3e99619645152add67fad3e9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f6bb1d830c51b78b3e99619645152add67fad3e9

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Oct 18 17:33:44 2009 +0200

gnash-0.8.5: Fix an upstream case-typo in the configure script.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/gnash/gnash.inc      |    2 +-
 recipes/gnash/gnash_0.8.5.bb |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gnash/gnash.inc b/recipes/gnash/gnash.inc
index ea20524..bad1ae6 100644
--- a/recipes/gnash/gnash.inc
+++ b/recipes/gnash/gnash.inc
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 DEPENDS = "giflib libtool gtk+ cairo libxml2 libsdl-mixer zlib boost jpeg pango curl freetype \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}"
           
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2 \
           "
diff --git a/recipes/gnash/gnash_0.8.5.bb b/recipes/gnash/gnash_0.8.5.bb
index 30478cb..cad9909 100644
--- a/recipes/gnash/gnash_0.8.5.bb
+++ b/recipes/gnash/gnash_0.8.5.bb
@@ -12,6 +12,8 @@ TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG
 
 
 do_configure_prepend() {
+	# fix an upstream case-typo in the configure script
+	sed -i s:Media_handler:media_handler:g ${S}/configure.ac
 	sed -i -e 's:GNASH_PKG_FIND(libpng:GNASH_PKG_FIND(png:g' ${S}/configure.ac
 	for i in $(find ${S} -name "Makefile.am") ; do	
 		sed -i -e s:LIBPNG:PNG:g $i





More information about the Openembedded-commits mailing list