aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elftoaout/elftoaout_2.3.bb
blob: cec9a4c92c33bf7ce22b3d8317fe997f5079c99a (plain)
1
2
3
4
5
6
7
8
9
10
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"

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

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