aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elfkickers/elfkickers-native_2.0a.bb
blob: 32b1dde3af3b85f4961b1328dc955f6c26e0e86f (plain)
1
2
3
4
5
6
7
8
9
10
require elfkickers_${PV}.bb
inherit native

ELFPKGS = "sstrip"

do_stage () {
	for d in ${ELFPKGS}; do
		install -m 0755 $d/$d ${bindir}/ || exit 1
	done
}