diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-20 19:51:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-20 19:51:36 +0000 |
commit | f491b9ee21eaf671927fc31581720bcd91ad9bab (patch) | |
tree | 97d59edd4446f10e13af774ca9346db50039718a /ipkg-utils/ipkg-utils-native_1.6cvs.oe | |
parent | c33e6624b58f3e6573725bd0bc55cf13f48f04e4 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/06/20 20:22:55+01:00 (none)!pb
add forgotten simpad bits to SRC_URI
2004/06/20 20:20:50+01:00 (none)!pb
need to compile ipkg-compare-versions before installing it
BKrev: 40d5eac80O9EsFyPel2nCHMw0LkRZw
Diffstat (limited to 'ipkg-utils/ipkg-utils-native_1.6cvs.oe')
-rw-r--r-- | ipkg-utils/ipkg-utils-native_1.6cvs.oe | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe index 39a6343308..223bba56fe 100644 --- a/ipkg-utils/ipkg-utils-native_1.6cvs.oe +++ b/ipkg-utils/ipkg-utils-native_1.6cvs.oe @@ -1,8 +1,4 @@ include ipkg-utils_${PV}.oe inherit native DEPENDS = "python-native" -PACKAGES = "" -do_stage() { - cp ipkg* ${STAGING_BINDIR}/ -} |