diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-03 05:17:54 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-03 05:17:54 +0000 |
commit | 402c448c0e97ded5b0b60ea4a4682772cbe049d4 (patch) | |
tree | d28aec39a24be0771c86a067fe67b1455255554b /fakeroot | |
parent | cd4d8c6141690f20529f3f3f275e52b9c74d22d5 (diff) |
reset program-prefix for fakeroot-native
BKrev: 406e4902T18tJrD2vdLkxYB58PcMSw
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot-native_0.9.0.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fakeroot/fakeroot-native_0.9.0.oe b/fakeroot/fakeroot-native_0.9.0.oe index bf113e7380..a1b91282ef 100644 --- a/fakeroot/fakeroot-native_0.9.0.oe +++ b/fakeroot/fakeroot-native_0.9.0.oe @@ -3,6 +3,8 @@ inherit native S = ${WORKDIR}/fakeroot-${PV} +EXTRA_OECONF = "--program-prefix= " + do_stage_append () { install -d ${STAGING_LIBDIR}/libfakeroot oe_soinstall ${S}/.libs/libfakeroot.so.0.0.1 ${STAGING_LIBDIR}/libfakeroot |