diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:24:27 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:24:27 +0000 |
commit | a905da367fa29bd17720ec0fada063e032deaa00 (patch) | |
tree | 344c38dd490aafa51a2c71e6972eb5a4401416ba /meta/packages/pimlico | |
parent | ce7bf0a3032b0c4edba4dd365255011b1b699953 (diff) | |
download | poky-a905da367fa29bd17720ec0fada063e032deaa00.tar.gz |
tasks-0.13: Add configure fix for libtool 2.2.2 (already merged into svn)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4259 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico')
-rw-r--r-- | meta/packages/pimlico/tasks-0.13/fix_configure.patch | 12 | ||||
-rw-r--r-- | meta/packages/pimlico/tasks_0.13.bb | 5 |
2 files changed, 16 insertions, 1 deletions
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 index 0000000000..a82f2c8362 --- /dev/null +++ b/meta/packages/pimlico/tasks-0.13/fix_configure.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: tasks-0.13/configure.ac | ||
2 | =================================================================== | ||
3 | --- tasks-0.13.orig/configure.ac 2008-04-14 19:50:29.000000000 +0100 | ||
4 | +++ tasks-0.13/configure.ac 2008-04-14 19:50:34.000000000 +0100 | ||
5 | @@ -4,7 +4,6 @@ | ||
6 | AC_CONFIG_HEADERS([libkoto/config.h]) | ||
7 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | ||
8 | |||
9 | -AM_DISABLE_STATIC | ||
10 | AC_PROG_CPP | ||
11 | AC_PROG_CC | ||
12 | AM_PROG_CC_C_O | ||
diff --git a/meta/packages/pimlico/tasks_0.13.bb b/meta/packages/pimlico/tasks_0.13.bb index ff8da563e6..736e07624c 100644 --- a/meta/packages/pimlico/tasks_0.13.bb +++ b/meta/packages/pimlico/tasks_0.13.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | require tasks.inc | 1 | require tasks.inc |
2 | 2 | ||
3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ | 3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ |
4 | file://tasks-owl.diff;patch=1;pnum=0" | 4 | file://fix_configure.patch;patch=1;status=merged \ |
5 | file://tasks-owl.diff;patch=1;pnum=0" | ||
6 | |||
7 | PR = "r1" | ||