8c6ff9da7cde65bd2065daa605f4924eed4c026c
[vuplus_openembedded] / elftoaout / elftoaout-native_2.3.oe
1 SECTION = "console/utils"
2 SRC_URI = "http://www.uk.debian.org/debian/pool/main/s/sparc-utils/sparc-utils_1.9.orig.tar.gz"
3
4 inherit native
5
6 S = "${WORKDIR}/sparc-utils-1.9.orig/elftoaout-${PV}"
7
8 do_stage() {
9         install elftoaout ${STAGING_BINDIR}
10 }