aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tar/tar-native_1.13.93.bb
blob: 4a7aae3282c66bca3dd8649f73121ce74634e48b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SECTION = "base"
require tar_${PV}.bb
inherit native
S = "${WORKDIR}/tar-${PV}"

do_stage() {
	install -m 755 src/tar ${STAGING_BINDIR}
}

do_install() {
	true
}