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

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