From b4c46d5e767e0a69870d7f797a564e20244f9ed0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 24 Jul 2009 23:26:11 -0300 Subject: fakeroot: update to fakeroot 1.12.4 (1.12.1 is not available anymore) Signed-off-by: Otavio Salvador Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi --- recipes/fakeroot/fakeroot-native_1.12.1.bb | 20 -------------------- recipes/fakeroot/fakeroot-native_1.12.4.bb | 20 ++++++++++++++++++++ recipes/fakeroot/fakeroot_1.12.1.bb | 21 --------------------- recipes/fakeroot/fakeroot_1.12.4.bb | 21 +++++++++++++++++++++ 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 recipes/fakeroot/fakeroot-native_1.12.1.bb create mode 100644 recipes/fakeroot/fakeroot-native_1.12.4.bb delete mode 100644 recipes/fakeroot/fakeroot_1.12.1.bb create mode 100644 recipes/fakeroot/fakeroot_1.12.4.bb (limited to 'recipes/fakeroot') diff --git a/recipes/fakeroot/fakeroot-native_1.12.1.bb b/recipes/fakeroot/fakeroot-native_1.12.1.bb deleted file mode 100644 index 5215dc86ed..0000000000 --- a/recipes/fakeroot/fakeroot-native_1.12.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -require fakeroot_${PV}.bb - -SRC_URI += "file://fix-prefix.patch;patch=1" -S = "${WORKDIR}/fakeroot-${PV}" - -inherit native - -EXTRA_OECONF = "--program-prefix=" - -# Compatability for the rare systems not using or having SYSV -python () { - if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0': - bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) -} - -do_stage_append () { - oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ -} - -RDEPENDS = "util-linux-native" diff --git a/recipes/fakeroot/fakeroot-native_1.12.4.bb b/recipes/fakeroot/fakeroot-native_1.12.4.bb new file mode 100644 index 0000000000..5215dc86ed --- /dev/null +++ b/recipes/fakeroot/fakeroot-native_1.12.4.bb @@ -0,0 +1,20 @@ +require fakeroot_${PV}.bb + +SRC_URI += "file://fix-prefix.patch;patch=1" +S = "${WORKDIR}/fakeroot-${PV}" + +inherit native + +EXTRA_OECONF = "--program-prefix=" + +# Compatability for the rare systems not using or having SYSV +python () { + if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0': + bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) +} + +do_stage_append () { + oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ +} + +RDEPENDS = "util-linux-native" diff --git a/recipes/fakeroot/fakeroot_1.12.1.bb b/recipes/fakeroot/fakeroot_1.12.1.bb deleted file mode 100644 index 4b61f252fb..0000000000 --- a/recipes/fakeroot/fakeroot_1.12.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Gives a fake root environment" -HOMEPAGE = "http://fakeroot.alioth.debian.org" -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "\ - ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ - file://configure-libtool.patch;patch=1 \ -" - -inherit autotools - -do_stage() { - install -d ${STAGING_INCDIR}/fakeroot - install -m 644 *.h ${STAGING_INCDIR}/fakeroot - autotools_stage_all -} - -# fakeroot needs getopt which is provided by the util-linux package -RDEPENDS = "util-linux" - diff --git a/recipes/fakeroot/fakeroot_1.12.4.bb b/recipes/fakeroot/fakeroot_1.12.4.bb new file mode 100644 index 0000000000..4b61f252fb --- /dev/null +++ b/recipes/fakeroot/fakeroot_1.12.4.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Gives a fake root environment" +HOMEPAGE = "http://fakeroot.alioth.debian.org" +SECTION = "base" +LICENSE = "GPL" + +SRC_URI = "\ + ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ + file://configure-libtool.patch;patch=1 \ +" + +inherit autotools + +do_stage() { + install -d ${STAGING_INCDIR}/fakeroot + install -m 644 *.h ${STAGING_INCDIR}/fakeroot + autotools_stage_all +} + +# fakeroot needs getopt which is provided by the util-linux package +RDEPENDS = "util-linux" + -- cgit 1.2.3-korg