6d4e537534874e3f41e8dffb53b3bfea19aad936
[vuplus_openembedded] / elftoaout / elftoaout-native_2.3.oe
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 }