mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
elfutils: Fix -dev package and split binutils overlap into elfutils-binutils package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2682 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,12 +2,25 @@ SECTION = "base"
|
|||||||
LICENSE = "OSL"
|
LICENSE = "OSL"
|
||||||
DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects."
|
DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects."
|
||||||
DEPENDS = "libtool"
|
DEPENDS = "libtool"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
|
SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
|
||||||
file://warnings.patch;patch=1"
|
file://warnings.patch;patch=1"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
# Package binaries that overlap with binutils separately
|
||||||
|
PACKAGES =+ "${PN}-binutils"
|
||||||
|
FILES_${PN}-binutils = "\
|
||||||
|
${bindir}/addr2line \
|
||||||
|
${bindir}/ld \
|
||||||
|
${bindir}/nm \
|
||||||
|
${bindir}/readelf \
|
||||||
|
${bindir}/size \
|
||||||
|
${bindir}/strip"
|
||||||
|
# Fix library issues
|
||||||
|
FILES_${PN} =+ "${libdir}/*-${PV}.so"
|
||||||
|
|
||||||
SOV = "${PV}"
|
SOV = "${PV}"
|
||||||
do_stage () {
|
do_stage () {
|
||||||
install -m 0644 libelf/libelf.a ${STAGING_LIBDIR}/libelf.a
|
install -m 0644 libelf/libelf.a ${STAGING_LIBDIR}/libelf.a
|
||||||
|
|||||||
Reference in New Issue
Block a user