diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 22:17:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 22:17:59 +0000 |
commit | a5ba5900f2a817ea341acf630052f2642d614ebf (patch) | |
tree | 21c83e7a27f608ef6115ae02a7e233c9d75cc7dc /elfutils | |
parent | 995161d9c5b8b571be91e9f47cb5dd7a376df8ab (diff) |
Add libtool to elfutils' depends, as it requires a target libltdl.
BKrev: 40e5df17LvPSFCcYs6vSxaDppsN-YA
Diffstat (limited to 'elfutils')
-rw-r--r-- | elfutils/elfutils_0.89.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elfutils/elfutils_0.89.oe b/elfutils/elfutils_0.89.oe index 6f4eeebac9..f5123c1aad 100644 --- a/elfutils/elfutils_0.89.oe +++ b/elfutils/elfutils_0.89.oe @@ -1,5 +1,6 @@ LICENSE = "OSL" DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." +DEPENDS = "libtool" SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ file://warnings.patch;patch=1" |