diff options
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot-native_0.9.5.oe | 11 | ||||
-rw-r--r-- | fakeroot/fakeroot-native_1.0.7.oe | 13 | ||||
-rw-r--r-- | fakeroot/fakeroot_0.9.5.oe | 1 | ||||
-rw-r--r-- | fakeroot/fakeroot_1.0.7.oe | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/fakeroot/fakeroot-native_0.9.5.oe b/fakeroot/fakeroot-native_0.9.5.oe index e69de29bb2..add515ccbe 100644 --- a/fakeroot/fakeroot-native_0.9.5.oe +++ b/fakeroot/fakeroot-native_0.9.5.oe @@ -0,0 +1,11 @@ +SECTION = "base" +include fakeroot_${PV}.oe +inherit native + +S = ${WORKDIR}/fakeroot-${PV} + +EXTRA_OECONF = "--program-prefix= " + +do_stage_append () { + oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ +} diff --git a/fakeroot/fakeroot-native_1.0.7.oe b/fakeroot/fakeroot-native_1.0.7.oe index e69de29bb2..a5727c3d59 100644 --- a/fakeroot/fakeroot-native_1.0.7.oe +++ b/fakeroot/fakeroot-native_1.0.7.oe @@ -0,0 +1,13 @@ +SECTION = "base" +PR = "r1" +include fakeroot_${PV}.oe +inherit native + +SRC_URI += "file://fix-prefix.patch;patch=1" +S = ${WORKDIR}/fakeroot-${PV} + +EXTRA_OECONF = "--program-prefix=" + +do_stage_append () { + oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ +} diff --git a/fakeroot/fakeroot_0.9.5.oe b/fakeroot/fakeroot_0.9.5.oe index 84c8b215be..0bbb0eaaa7 100644 --- a/fakeroot/fakeroot_0.9.5.oe +++ b/fakeroot/fakeroot_0.9.5.oe @@ -1,3 +1,4 @@ +SECTION = "base" DESCRIPTION = "Gives a fake root environment" SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz" diff --git a/fakeroot/fakeroot_1.0.7.oe b/fakeroot/fakeroot_1.0.7.oe index e69de29bb2..0bbb0eaaa7 100644 --- a/fakeroot/fakeroot_1.0.7.oe +++ b/fakeroot/fakeroot_1.0.7.oe @@ -0,0 +1,6 @@ +SECTION = "base" +DESCRIPTION = "Gives a fake root environment" + +SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz" + +inherit autotools |