summaryrefslogtreecommitdiff
path: root/ipkg-utils/ipkg-utils-native_1.6cvs.oe
blob: f3869306516c8563d8216c14728895a6aa829337 (plain)
1
2
3
4
5
6
7
8
9
include ipkg-utils_${PV}.oe
inherit native
DEPENDS = python-native
PACKAGES =


do_stage() {
	cp ipkg* ${STAGING_BINDIR}/
}