diff options
Diffstat (limited to 'meta/packages/fakeroot')
-rw-r--r-- | meta/packages/fakeroot/fakeroot-1.14.4/absolutepaths.patch (renamed from meta/packages/fakeroot/fakeroot/absolutepaths.patch) | 0 | ||||
-rw-r--r-- | meta/packages/fakeroot/fakeroot/configure-libtool.patch | 18 | ||||
-rw-r--r-- | meta/packages/fakeroot/fakeroot_1.14.4.bb (renamed from meta/packages/fakeroot/fakeroot_1.9.4.bb) | 13 |
3 files changed, 9 insertions, 22 deletions
diff --git a/meta/packages/fakeroot/fakeroot/absolutepaths.patch b/meta/packages/fakeroot/fakeroot-1.14.4/absolutepaths.patch index ae18e8a28c..ae18e8a28c 100644 --- a/meta/packages/fakeroot/fakeroot/absolutepaths.patch +++ b/meta/packages/fakeroot/fakeroot-1.14.4/absolutepaths.patch | |||
diff --git a/meta/packages/fakeroot/fakeroot/configure-libtool.patch b/meta/packages/fakeroot/fakeroot/configure-libtool.patch deleted file mode 100644 index 8830328eb5..0000000000 --- a/meta/packages/fakeroot/fakeroot/configure-libtool.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | --- fakeroot-1.8.3/configure.ac.orig 2007-10-31 00:17:27.000000000 -0500 | ||
2 | +++ fakeroot-1.8.3/configure.ac 2007-10-31 00:18:12.000000000 -0500 | ||
3 | @@ -1,14 +1,12 @@ | ||
4 | dnl Process this file with autoconf to produce a configure script. | ||
5 | AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo@debian.org],[fakeroot]) | ||
6 | AC_PREREQ(2.61) | ||
7 | -LT_PREREQ(2.1a) | ||
8 | AC_CANONICAL_TARGET | ||
9 | AM_INIT_AUTOMAKE | ||
10 | AM_MAINTAINER_MODE | ||
11 | AC_CONFIG_HEADERS([config.h]) | ||
12 | AC_PROG_MAKE_SET | ||
13 | -LT_INIT | ||
14 | -LT_LANG(C) | ||
15 | +AC_PROG_LIBTOOL | ||
16 | |||
17 | AC_ARG_WITH([ipc], | ||
18 | AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@], | ||
diff --git a/meta/packages/fakeroot/fakeroot_1.9.4.bb b/meta/packages/fakeroot/fakeroot_1.14.4.bb index 66193171fc..11ae015a83 100644 --- a/meta/packages/fakeroot/fakeroot_1.9.4.bb +++ b/meta/packages/fakeroot/fakeroot_1.14.4.bb | |||
@@ -5,14 +5,19 @@ LICENSE = "GPLv2" | |||
5 | # fakeroot needs getopt which is provided by the util-linux package | 5 | # fakeroot needs getopt which is provided by the util-linux package |
6 | RDEPENDS = "util-linux" | 6 | RDEPENDS = "util-linux" |
7 | RDEPENDS_virtclass-native = "util-linux-native" | 7 | RDEPENDS_virtclass-native = "util-linux-native" |
8 | PR = "r3" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \ |
11 | file://configure-libtool.patch; \ | 11 | file://absolutepaths.patch" |
12 | file://absolutepaths.patch;" | ||
13 | 12 | ||
14 | inherit autotools | 13 | inherit autotools |
15 | 14 | ||
15 | do_configure_prepend() { | ||
16 | # fakeroot's own bootstrap includes other autoreconf stuff we don't need here | ||
17 | # so manually create the aux directory | ||
18 | mkdir -p ${S}/build-aux | ||
19 | } | ||
20 | |||
16 | do_install_append() { | 21 | do_install_append() { |
17 | install -d ${D}${STAGING_INCDIR}/fakeroot/ | 22 | install -d ${D}${STAGING_INCDIR}/fakeroot/ |
18 | install -m 644 *.h ${D}${STAGING_INCDIR}/fakeroot | 23 | install -m 644 *.h ${D}${STAGING_INCDIR}/fakeroot |