diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:16 +0000 |
commit | aa985c7142b76eb5f28e17ad540a6a0399d56f20 (patch) | |
tree | 3fb93873990a50954d27ef2e0ac92a6d68e9a4da /ipkg-utils/ipkg-utils-native_1.6cvs.oe | |
parent | 834d4ea7c3437b477c080ccc3e18a7197cf81990 (diff) |
Fix the gtk+ and libmimedir builds, and a few cleanups elsewhere.
BKrev: 4060b244_wWIscmD0suOW04sJw7R1w
Diffstat (limited to 'ipkg-utils/ipkg-utils-native_1.6cvs.oe')
-rw-r--r-- | ipkg-utils/ipkg-utils-native_1.6cvs.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe index f386930651..39a6343308 100644 --- a/ipkg-utils/ipkg-utils-native_1.6cvs.oe +++ b/ipkg-utils/ipkg-utils-native_1.6cvs.oe @@ -1,8 +1,7 @@ include ipkg-utils_${PV}.oe inherit native -DEPENDS = python-native -PACKAGES = - +DEPENDS = "python-native" +PACKAGES = "" do_stage() { cp ipkg* ${STAGING_BINDIR}/ |