]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tar/tar-native_1.13.93.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tar / tar-native_1.13.93.bb
1 SECTION = "base"
2 include tar_${PV}.bb
3 inherit native
4 S = "${WORKDIR}/tar-${PV}"
5
6 do_stage() {
7         install -m 755 src/tar ${STAGING_BINDIR}
8 }
9
10 do_install() {
11         true
12 }