diff options
| -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 |
