diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-01 17:44:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 17:44:33 +0000 |
commit | 84f7f26fa4011f4e96570bad5096a9d98cff6bba (patch) | |
tree | d503f757785ce924a18e3c4c96a6ac35f32a2eac /packages/libtool | |
parent | ce789dd71ea9a3654986177a5ccdd9fec544a630 (diff) |
libtool-native: Remove unneeded DEPENDS (the original problem this works around is fixed).
Diffstat (limited to 'packages/libtool')
-rw-r--r-- | packages/libtool/libtool-native_1.5.10.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/libtool/libtool-native_1.5.10.bb b/packages/libtool/libtool-native_1.5.10.bb index 834691cd3d..fa2a6f4c8a 100644 --- a/packages/libtool/libtool-native_1.5.10.bb +++ b/packages/libtool/libtool-native_1.5.10.bb @@ -1,6 +1,5 @@ SECTION = "devel" include libtool_${PV}.bb -DEPENDS += "autoconf-native" PR = "r3" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" |