summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-28 19:37:56 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-28 19:37:56 +0000
commit93240b58fe0a3c1a2a99fcaccb37c4dcc489dd3d (patch)
treef97216ce8c22a39424c385790d1e867d2e2127f1 /meta/packages/fakeroot
parentc17b326dbf3e813f69921f270c2c397a89e444b2 (diff)
downloadpoky-93240b58fe0a3c1a2a99fcaccb37c4dcc489dd3d.tar.gz
fakeroot: Add .so file to the the normal package so it works
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3609 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fakeroot')
-rw-r--r--meta/packages/fakeroot/fakeroot_1.7.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.7.1.bb b/meta/packages/fakeroot/fakeroot_1.7.1.bb
index cba0113cdb..6abf8a6702 100644
--- a/meta/packages/fakeroot/fakeroot_1.7.1.bb
+++ b/meta/packages/fakeroot/fakeroot_1.7.1.bb
@@ -4,14 +4,15 @@ SECTION = "base"
4LICENSE = "GPL" 4LICENSE = "GPL"
5# fakeroot needs getopt which is provided by the util-linux package 5# fakeroot needs getopt which is provided by the util-linux package
6RDEPENDS = "util-linux" 6RDEPENDS = "util-linux"
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ 9SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
10 file://autofoo.patch;patch=1" 10 file://autofoo.patch;patch=1"
11 11
12inherit autotools 12inherit autotools
13 13
14FILES_${PN} =+ "${libdir}/libfakeroot-*.so" 14# The fakeroot script requires the .so link to be present
15FILES_${PN} =+ "${libdir}/libfakeroot-*.so ${libdir}/libfakeroot.so"
15 16
16do_stage() { 17do_stage() {
17 install -d ${STAGING_INCDIR}/fakeroot 18 install -d ${STAGING_INCDIR}/fakeroot