diff options
Diffstat (limited to 'ipkg-utils/ipkg-utils-native_1.6cvs.oe')
-rw-r--r-- | ipkg-utils/ipkg-utils-native_1.6cvs.oe | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe deleted file mode 100644 index cacb8f3ba7..0000000000 --- a/ipkg-utils/ipkg-utils-native_1.6cvs.oe +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "base" -include ipkg-utils_${PV}.oe -PR = "r3" -inherit native -DEPENDS = "python-native" - -do_stage() { - for i in ${INSTALL}; do - install -m 0755 $i ${STAGING_BINDIR} - done -} |