blob: 9b43805687fd9d679411c764b65ed74d5c90c769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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}
}
SRC_URI[md5sum] = "08bf3f6d8433a1f4981a2afaa6b49a6c"
SRC_URI[sha256sum] = "b652bc27f95dcf10a7626b1d2943a1084e1e0b7f9bd3a97f9a46b6688370fe4b"
|