Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / elftoaout / elftoaout_2.3.oe
1 SECTION = "console/utils"
2 LICENSE = "GPL"
3 SRC_URI = "http://www.uk.debian.org/debian/pool/main/s/sparc-utils/sparc-utils_1.9.orig.tar.gz"
4
5 S = "${WORKDIR}/sparc-utils-1.9.orig/elftoaout-${PV}"
6
7 do_install() {
8         install -d ${D}${bindir}
9         install elftoaout ${D}${bindir}/
10 }