summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb
blob: 7b66751614b34bae695aa7b9176e40074e6c3b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SECTION = "base"
include ipkg-utils_${PV}.bb
PR = "r4"
inherit native
DEPENDS = ""
RDEPENDS = ""

do_stage() {
        for i in ${INSTALL}; do
                install -m 0755 $i ${STAGING_BINDIR}
        done
}