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 --- conf/checksums.ini | 4 ++++ 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 +++++++++++++++++++++ 5 files changed, 45 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 diff --git a/conf/checksums.ini b/conf/checksums.ini index 152afb1dce..74bb1cb90a 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -5754,6 +5754,10 @@ sha256=6810168a3f2e20103d936513bce225dfcdda4bf1ae5f9f8042af47025c097cef md5=87970d6784f536cde84f9bcbaaa52720 sha256=6810168a3f2e20103d936513bce225dfcdda4bf1ae5f9f8042af47025c097cef +[ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.12.4.tar.gz] +md5=aaefede2405a40c87438e7e833d69b70 +sha256=dbcab1f495b857e67feff882e018ca59958b8d189ff1f76684d28e35463ec29d + [http://openzaurus.org/mirror/fakeroot_1.2.13.tar.gz] md5=cf25d5d4c943ebf2293fe6f23ecba0fd sha256=6f51ebdf0e18bea58d18f79e8ffebb797fe57bdf44b96dff9d84b70467af7841 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