aboutsummaryrefslogtreecommitdiffstats
path: root/elftoaout/elftoaout-native_2.3.oe
blob: 8c6ff9da7cde65bd2065daa605f4924eed4c026c (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "console/utils"
SRC_URI = "http://www.uk.debian.org/debian/pool/main/s/sparc-utils/sparc-utils_1.9.orig.tar.gz"

inherit native

S = "${WORKDIR}/sparc-utils-1.9.orig/elftoaout-${PV}"

do_stage() {
	install elftoaout ${STAGING_BINDIR}
}