libsdl-qpe: fix configure.in,Makefile.am and bump PR
authorBernhard Guillon <Bernhard.Guillon@opensimpad.org>
Tue, 24 Feb 2009 19:21:14 +0000 (20:21 +0100)
committerBernhard Guillon <Bernhard.Guillon@opensimpad.org>
Tue, 24 Feb 2009 19:21:14 +0000 (20:21 +0100)
packages/libsdl/libsdl-qpe-1.2.9/fix_Makefile.am.patch [new file with mode: 0644]
packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch [new file with mode: 0644]
packages/libsdl/libsdl-qpe_1.2.9.bb

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 (file)
index 0000000..7ad33fb
--- /dev/null
@@ -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 (file)
index 0000000..19e1afd
--- /dev/null
@@ -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:
index e33cf44..711a05d 100644 (file)
@@ -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 \