]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/elftoaout/elftoaout-native_2.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / elftoaout / elftoaout-native_2.3.bb
1 SECTION = "console/utils"
2 LICENSE = "GPL"
3 SRC_URI = "http://www.uk.debian.org/debian/pool/main/s/sparc-utils/sparc-utils_1.9.orig.tar.gz"
4
5 inherit native
6
7 S = "${WORKDIR}/sparc-utils-1.9.orig/elftoaout-${PV}"
8
9 do_stage() {
10         install elftoaout ${STAGING_BINDIR}
11 }