diff options
-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/ +} |