diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-03 17:06:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-03 17:06:17 +0000 |
commit | cb8ec6fbebfe00975445c7651f9b75472f8d45e7 (patch) | |
tree | b9e05e57ff743b6516284927bcd005056c8e784f /fakeroot | |
parent | 12703d9656427bde87db2dfd10790642f82695a0 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/03 19:06:03+02:00 uni-frankfurt.de!mickey
unbreak fakeroot-native (please doublecheck that adding later revisions of packages don't break anything)
BKrev: 40e6e7897Foy_u886Y7C8uhCzQdiTw
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot-native-1.0.4/fix-prefix.patch | 0 | ||||
-rw-r--r-- | fakeroot/fakeroot-native_1.0.4.oe | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/fakeroot/fakeroot-native-1.0.4/fix-prefix.patch b/fakeroot/fakeroot-native-1.0.4/fix-prefix.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/fakeroot/fakeroot-native-1.0.4/fix-prefix.patch diff --git a/fakeroot/fakeroot-native_1.0.4.oe b/fakeroot/fakeroot-native_1.0.4.oe index e69de29bb2..e38eb054de 100644 --- a/fakeroot/fakeroot-native_1.0.4.oe +++ b/fakeroot/fakeroot-native_1.0.4.oe @@ -0,0 +1,11 @@ +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/ +} |