mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +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"
|
||||
DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects."
|
||||
DEPENDS = "libtool"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
|
||||
file://warnings.patch;patch=1"
|
||||
|
||||
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}"
|
||||
do_stage () {
|
||||
install -m 0644 libelf/libelf.a ${STAGING_LIBDIR}/libelf.a
|
||||
|
||||
Reference in New Issue
Block a user