]> code.ossystems Code Review - openembedded-core.git/commitdiff
tasks-0.13: Add configure fix for libtool 2.2.2 (already merged into svn)
authorRichard Purdie <richard@openedhand.com>
Mon, 14 Apr 2008 22:24:27 +0000 (22:24 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 14 Apr 2008 22:24:27 +0000 (22:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4259 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/pimlico/tasks-0.13/fix_configure.patch [new file with mode: 0644]
meta/packages/pimlico/tasks_0.13.bb

diff --git a/meta/packages/pimlico/tasks-0.13/fix_configure.patch b/meta/packages/pimlico/tasks-0.13/fix_configure.patch
new file mode 100644 (file)
index 0000000..a82f2c8
--- /dev/null
@@ -0,0 +1,12 @@
+Index: tasks-0.13/configure.ac
+===================================================================
+--- tasks-0.13.orig/configure.ac       2008-04-14 19:50:29.000000000 +0100
++++ tasks-0.13/configure.ac    2008-04-14 19:50:34.000000000 +0100
+@@ -4,7 +4,6 @@
+ AC_CONFIG_HEADERS([libkoto/config.h])
+ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+-AM_DISABLE_STATIC
+ AC_PROG_CPP
+ AC_PROG_CC
+ AM_PROG_CC_C_O
index ff8da563e690d881d3c4b15cd9ffc0cb02f1672d..736e07624ceff668d89e36538cd64d883ba5ea14 100644 (file)
@@ -1,4 +1,7 @@
 require tasks.inc
 
 SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \
-        file://tasks-owl.diff;patch=1;pnum=0"
+           file://fix_configure.patch;patch=1;status=merged \
+           file://tasks-owl.diff;patch=1;pnum=0"
+
+PR = "r1"