aboutsummaryrefslogtreecommitdiffstats
path: root/packages/elfutils/elfutils_0.127.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-25 08:45:34 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-25 08:45:34 +0000
commit5da6c27675d4011516818e863646749f6e77a3a7 (patch)
tree3bd7e13ffde213c5a2e3fb829024f903c35e2989 /packages/elfutils/elfutils_0.127.bb
parentc8868830e90a365e6536e486ab2944f735e856fa (diff)
downloadopenembedded-5da6c27675d4011516818e863646749f6e77a3a7.tar.gz
elfutils: upgrade to version 127
* previous version 108 had become unfetchable * use autotools_stage_all * make warnings.patch apply again. * compilation runs through. no further tests. * some minor, cosmetic clean-up
Diffstat (limited to 'packages/elfutils/elfutils_0.127.bb')
-rw-r--r--packages/elfutils/elfutils_0.127.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/elfutils/elfutils_0.127.bb b/packages/elfutils/elfutils_0.127.bb
new file mode 100644
index 0000000000..22f3b0ae46
--- /dev/null
+++ b/packages/elfutils/elfutils_0.127.bb
@@ -0,0 +1,15 @@
+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
+}
+
+