aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elfutils/elfutils_0.131.bb
blob: 44ff36c50f64f9f369e062eca5f3903850c54037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects."
SECTION = "base"
LICENSE = "OSL"
DEPENDS = "libtool"

SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \
	   file://warnings.patch;patch=1"

inherit autotools

do_stage () {
	autotools_stage_all
}



SRC_URI[md5sum] = "f7963fba80c6f74cd6c4990d2a76d121"
SRC_URI[sha256sum] = "947a9566a622f701a2fe2416d3b85b397d38d5f4189da91fc0a306b4d9950e6f"