diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-11-19 12:09:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-11-19 12:09:45 +0000 |
| commit | 6748cdecc422cb7d68d6c3620e26e946f03db394 (patch) | |
| tree | daa38f36a46e6b497ab459cbc4c1902ca1169caf | |
| parent | e478fac75faf3506a3d797b08037321632937587 (diff) | |
| download | poky-6748cdecc422cb7d68d6c3620e26e946f03db394.tar.gz | |
fakeroot: Fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3195 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/fakeroot/fakeroot_1.7.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.7.1.bb b/meta/packages/fakeroot/fakeroot_1.7.1.bb index b5c0bd4e35..cba0113cdb 100644 --- a/meta/packages/fakeroot/fakeroot_1.7.1.bb +++ b/meta/packages/fakeroot/fakeroot_1.7.1.bb | |||
| @@ -4,12 +4,15 @@ SECTION = "base" | |||
| 4 | LICENSE = "GPL" | 4 | LICENSE = "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 |
| 6 | RDEPENDS = "util-linux" | 6 | RDEPENDS = "util-linux" |
| 7 | PR = "r1" | ||
| 7 | 8 | ||
| 8 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ | 9 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ |
| 9 | file://autofoo.patch;patch=1" | 10 | file://autofoo.patch;patch=1" |
| 10 | 11 | ||
| 11 | inherit autotools | 12 | inherit autotools |
| 12 | 13 | ||
| 14 | FILES_${PN} =+ "${libdir}/libfakeroot-*.so" | ||
| 15 | |||
| 13 | do_stage() { | 16 | do_stage() { |
| 14 | install -d ${STAGING_INCDIR}/fakeroot | 17 | install -d ${STAGING_INCDIR}/fakeroot |
| 15 | install -m 644 *.h ${STAGING_INCDIR}/fakeroot | 18 | install -m 644 *.h ${STAGING_INCDIR}/fakeroot |
