[oe-commits] org.oe.dev gnash: add missing patch

koen commit oe at amethyst.openembedded.net
Sat Jul 5 08:45:11 UTC 2008


gnash: add missing patch

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: d833553464fecd942aed5e1a92340ff4f5ce9247
ViewMTN: http://monotone.openembedded.org/revision/info/d833553464fecd942aed5e1a92340ff4f5ce9247
Files:
1
packages/gnash/files
packages/gnash/files/libtool-2.2.patch
packages/gnash/gnash-minimal_0.8.3.bb
Diffs:

#
# mt diff -r74faa5cbbcc7a91123a5ac89ba38d61b51dd3eb9 -rd833553464fecd942aed5e1a92340ff4f5ce9247
#
#
#
# add_dir "packages/gnash/files"
# 
# add_file "packages/gnash/files/libtool-2.2.patch"
#  content [91ea72837f6796d4c9f29ac0844d5b9657092fe3]
# 
# add_file "packages/gnash/gnash-minimal_0.8.3.bb"
#  content [9faa67bddcc9da152e479ba20267bcb797e7c2bf]
#
============================================================
--- packages/gnash/files/libtool-2.2.patch	91ea72837f6796d4c9f29ac0844d5b9657092fe3
+++ packages/gnash/files/libtool-2.2.patch	91ea72837f6796d4c9f29ac0844d5b9657092fe3
@@ -0,0 +1,35 @@
+diff -NrU5 gnash-0.8.3.orig/libbase/Makefile.am gnash-0.8.3/libbase/Makefile.am
+--- gnash-0.8.3.orig/libbase/Makefile.am	2008-06-26 22:56:12.000000000 +0200
++++ gnash-0.8.3/libbase/Makefile.am	2008-06-26 22:57:48.000000000 +0200
+@@ -19,13 +19,13 @@
+ 
+ # this is where Gnash plugins get installed
+ pluginsdir = $(prefix)/lib/gnash/plugins
+ 
+ if INSTALL_LTDL
+-include_HEADERS =  $(top_srcdir)/libltdl/ltdl.h
+-LIBLTDLLIB = libltdl.la
+-LIBLTDLHEAD =  $(top_srcdir)/libltdl/ltdl.h
++#include_HEADERS =  $(top_srcdir)/libltdl/ltdl.h
++#LIBLTDLLIB = libltdl.la
++#LIBLTDLHEAD =  $(top_srcdir)/libltdl/ltdl.h
+ endif
+ 
+ sysconf_DATA = gnashrc gnashpluginrc
+ 
+ edit = sed \
+@@ -174,12 +174,12 @@
+ 
+ libgnashbase_la_LDFLAGS = -release $(VERSION)
+ 
+ libltdlc_la_CPPFLAGS = $(LTDLINCL)
+ if CONVENIENCE_LTDL
+-noinst_LTLIBRARIES = libltdlc.la
+-libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
++#noinst_LTLIBRARIES = libltdlc.la
++#libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
+ endif
+ CLEANFILES = libltdl.la libltdlc.la gnashrc gnashpluginrc
+ 
+ libltdl_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
+ libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1
============================================================
--- packages/gnash/gnash-minimal_0.8.3.bb	9faa67bddcc9da152e479ba20267bcb797e7c2bf
+++ packages/gnash/gnash-minimal_0.8.3.bb	9faa67bddcc9da152e479ba20267bcb797e7c2bf
@@ -0,0 +1,10 @@
+require gnash-minimal.inc
+
+EXTRA_OECONF += " --without-included-ltdl \
+                  --with-ltdl-include=${STAGING_INCDIR} \
+                  --with-ltdl-lib=${STAGING_LIBDIR} \
+"
+
+SRC_URI += "file://libtool-2.2.patch;patch=1"
+
+






More information about the Openembedded-commits mailing list