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

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

do_install() {
	install -d ${D}${bindir}
	install elftoaout ${D}${bindir}/
}