[oe-commits] Bernhard Guillon : libsdl-qpe: fix configure.in, Makefile.am and bump PR

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:23:32 UTC 2009


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

Author: Bernhard Guillon <Bernhard.Guillon at opensimpad.org>
Date:   Tue Feb 24 20:21:14 2009 +0100

libsdl-qpe: fix configure.in,Makefile.am and bump PR

---

 .../libsdl/libsdl-qpe-1.2.9/fix_Makefile.am.patch  |   11 +++++++++++
 .../libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch |   10 ++++++++++
 packages/libsdl/libsdl-qpe_1.2.9.bb                |    4 ++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/packages/libsdl/libsdl-qpe-1.2.9/fix_Makefile.am.patch b/packages/libsdl/libsdl-qpe-1.2.9/fix_Makefile.am.patch
new file mode 100644
index 0000000..7ad33fb
--- /dev/null
+++ b/packages/libsdl/libsdl-qpe-1.2.9/fix_Makefile.am.patch
@@ -0,0 +1,11 @@
+--- SDL-1.2.9.vanilla/Makefile.am	2009-02-24 19:53:25.000000000 +0100
++++ SDL-1.2.9/Makefile.am	2009-02-24 19:54:14.000000000 +0100
+@@ -85,7 +85,7 @@
+ 	cd src && $(MAKE) install-libLTLIBRARIES
+ 
+ # Run ldconfig after installing the library:
+-install-hook:
++install-exec-hook:
+ 	-ldconfig
+ 
+ # Grab the test programs for the distribution:
diff --git a/packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch b/packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch
new file mode 100644
index 0000000..19e1afd
--- /dev/null
+++ b/packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch
@@ -0,0 +1,10 @@
+--- SDL-1.2.9.vanilla/configure.in	2009-02-24 19:53:25.000000000 +0100
++++ SDL-1.2.9/configure.in	2009-02-24 20:08:10.000000000 +0100
+@@ -1,6 +1,7 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT(README)
+ 
++AM_PROG_AS
+ dnl Set various version strings - taken gratefully from the GTk sources
+ #
+ # Making releases:
diff --git a/packages/libsdl/libsdl-qpe_1.2.9.bb b/packages/libsdl/libsdl-qpe_1.2.9.bb
index e33cf44..711a05d 100644
--- a/packages/libsdl/libsdl-qpe_1.2.9.bb
+++ b/packages/libsdl/libsdl-qpe_1.2.9.bb
@@ -1,5 +1,7 @@
 require libsdl.inc
 
+PR="r1"
+
 SECTION = "opie/libs"
 DEPENDS = "virtual/libqpe1 libopie2"
 
@@ -13,6 +15,8 @@ SRC_URI += "\
   file://fixlibs-1.2.9.patch;patch=1 \
   file://explicit-extern-C.patch;patch=1 \
   file://no-PAGE_SIZE.patch;patch=1 \
+  file://fix_Makefile.am.patch;patch=1 \
+  file://fix_configure.in.patch;patch=1 \
 "
 
 EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \





More information about the Openembedded-commits mailing list