diff options
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.inc | 4 | ||||
-rw-r--r-- | meta/packages/pimlico/tasks_0.13.bb | 8 | ||||
-rw-r--r-- | meta/packages/pimlico/tasks_0.15.bb | 7 |
4 files changed, 9 insertions, 22 deletions
diff --git a/meta/packages/pimlico/tasks-0.13/fix_configure.patch b/meta/packages/pimlico/tasks-0.13/fix_configure.patch deleted file mode 100644 index a82f2c8362..0000000000 --- a/meta/packages/pimlico/tasks-0.13/fix_configure.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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.inc b/meta/packages/pimlico/tasks.inc index 086d1797f6..0ff45240aa 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -6,7 +6,7 @@ DEPENDS_append_poky = " libowl" | |||
6 | 6 | ||
7 | inherit autotools_stage pkgconfig gtk-icon-cache | 7 | inherit autotools_stage pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | OWL = "--disable-owl" | 9 | OWL ?= "--disable-owl" |
10 | OWL_poky = "--enable-owl" | 10 | OWL_poky ?= "--enable-owl" |
11 | 11 | ||
12 | EXTRA_OECONF += "${OWL}" | 12 | EXTRA_OECONF += "${OWL}" |
diff --git a/meta/packages/pimlico/tasks_0.13.bb b/meta/packages/pimlico/tasks_0.13.bb deleted file mode 100644 index f09c0abf28..0000000000 --- a/meta/packages/pimlico/tasks_0.13.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require tasks.inc | ||
2 | |||
3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ | ||
4 | file://fix_configure.patch;patch=1;status=merged" | ||
5 | |||
6 | SRC_URI_append_poky = " file://tasks-owl.diff;patch=1 " | ||
7 | |||
8 | PR = "r3" | ||
diff --git a/meta/packages/pimlico/tasks_0.15.bb b/meta/packages/pimlico/tasks_0.15.bb new file mode 100644 index 0000000000..3c7e8ec0b1 --- /dev/null +++ b/meta/packages/pimlico/tasks_0.15.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require tasks.inc | ||
2 | |||
3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
4 | |||
5 | OWL_poky = "--with-owl" | ||
6 | |||
7 | PR = "r0" | ||