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