aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elftoaout/elftoaout-native_2.3.bb
blob: 6d4e537534874e3f41e8dffb53b3bfea19aad936 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "console/utils"
LICENSE = "GPL"
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}
}