diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
| commit | b4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch) | |
| tree | f529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/fakeroot | |
| parent | 3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff) | |
| download | poky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz | |
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/fakeroot')
| -rw-r--r-- | openembedded/packages/fakeroot/fakeroot-native_1.2.13.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/openembedded/packages/fakeroot/fakeroot-native_1.2.13.bb b/openembedded/packages/fakeroot/fakeroot-native_1.2.13.bb index 4df6eeb5c5..cc3dfd2231 100644 --- a/openembedded/packages/fakeroot/fakeroot-native_1.2.13.bb +++ b/openembedded/packages/fakeroot/fakeroot-native_1.2.13.bb | |||
| @@ -6,7 +6,13 @@ inherit native | |||
| 6 | SRC_URI += "file://fix-prefix.patch;patch=1" | 6 | SRC_URI += "file://fix-prefix.patch;patch=1" |
| 7 | S = "${WORKDIR}/fakeroot-${PV}" | 7 | S = "${WORKDIR}/fakeroot-${PV}" |
| 8 | 8 | ||
| 9 | EXTRA_OECONF = "--program-prefix=" | 9 | EXTRA_OECONF = " --program-prefix=" |
| 10 | |||
| 11 | # Compatability for the rare systems not using or having SYSV | ||
| 12 | python () { | ||
| 13 | if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0': | ||
| 14 | bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) | ||
| 15 | } | ||
| 10 | 16 | ||
| 11 | do_stage_append () { | 17 | do_stage_append () { |
| 12 | oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ | 18 | oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ |
