util-linux-ng: fix swaponoff
[openembedded.git] / recipes / elftoaout / elftoaout-native_2.3.bb
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 inherit native
6
7 S = "${WORKDIR}/sparc-utils-1.9.orig/elftoaout-${PV}"
8
9 do_stage() {
10         install elftoaout ${STAGING_BINDIR}
11 }