summaryrefslogtreecommitdiff
path: root/fakeroot
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-08 11:02:23 +0000
committerChris Larson <clarson@kergoth.com>2004-12-08 11:02:23 +0000
commit1016c9f974cb6cff0bb82291f3938ded9dcaaf42 (patch)
treeba736ff757051b7d6e275e2c746651ff480748e7 /fakeroot
parent922acc09ac4c74272b0291a22fb1e466c1689270 (diff)
Updates per the core rename.
BKrev: 41b6df3f1WM7snr9msmSOLS9PzF8Sg
Diffstat (limited to 'fakeroot')
-rw-r--r--fakeroot/fakeroot-native_0.9.5.bb11
-rw-r--r--fakeroot/fakeroot-native_1.0.7.bb13
2 files changed, 24 insertions, 0 deletions
diff --git a/fakeroot/fakeroot-native_0.9.5.bb b/fakeroot/fakeroot-native_0.9.5.bb
index e69de29bb2..faab8104cd 100644
--- a/fakeroot/fakeroot-native_0.9.5.bb
+++ b/fakeroot/fakeroot-native_0.9.5.bb
@@ -0,0 +1,11 @@
+SECTION = "base"
+include fakeroot_${PV}.bb
+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.bb b/fakeroot/fakeroot-native_1.0.7.bb
index e69de29bb2..4b5ad3a740 100644
--- a/fakeroot/fakeroot-native_1.0.7.bb
+++ b/fakeroot/fakeroot-native_1.0.7.bb
@@ -0,0 +1,13 @@
+SECTION = "base"
+PR = "r1"
+include fakeroot_${PV}.bb
+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/
+}