diff options
| -rw-r--r-- | meta/packages/elfutils/elfutils_0.108.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/elfutils/elfutils_0.108.bb b/meta/packages/elfutils/elfutils_0.108.bb index a1f7b2fc5c..67a7596635 100644 --- a/meta/packages/elfutils/elfutils_0.108.bb +++ b/meta/packages/elfutils/elfutils_0.108.bb | |||
| @@ -2,12 +2,25 @@ SECTION = "base" | |||
| 2 | LICENSE = "OSL" | 2 | LICENSE = "OSL" |
| 3 | DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." | 3 | DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." |
| 4 | DEPENDS = "libtool" | 4 | DEPENDS = "libtool" |
| 5 | PR = "r1" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ | 7 | SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ |
| 7 | file://warnings.patch;patch=1" | 8 | file://warnings.patch;patch=1" |
| 8 | 9 | ||
| 9 | inherit autotools | 10 | inherit autotools |
| 10 | 11 | ||
| 12 | # Package binaries that overlap with binutils separately | ||
| 13 | PACKAGES =+ "${PN}-binutils" | ||
| 14 | FILES_${PN}-binutils = "\ | ||
| 15 | ${bindir}/addr2line \ | ||
| 16 | ${bindir}/ld \ | ||
| 17 | ${bindir}/nm \ | ||
| 18 | ${bindir}/readelf \ | ||
| 19 | ${bindir}/size \ | ||
| 20 | ${bindir}/strip" | ||
| 21 | # Fix library issues | ||
| 22 | FILES_${PN} =+ "${libdir}/*-${PV}.so" | ||
| 23 | |||
| 11 | SOV = "${PV}" | 24 | SOV = "${PV}" |
| 12 | do_stage () { | 25 | do_stage () { |
| 13 | install -m 0644 libelf/libelf.a ${STAGING_LIBDIR}/libelf.a | 26 | install -m 0644 libelf/libelf.a ${STAGING_LIBDIR}/libelf.a |
