From abff80542b61ce453ee4ba8ba010fba87b463537 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 --- recipes/fakeroot/fakeroot-native_1.12.1.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 recipes/fakeroot/fakeroot-native_1.12.1.bb (limited to 'recipes/fakeroot/fakeroot-native_1.12.1.bb') 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" -- cgit v1.2.3