diff options
Diffstat (limited to 'recipes/elftoaout/elftoaout_2.3.bb')
-rw-r--r-- | recipes/elftoaout/elftoaout_2.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/elftoaout/elftoaout_2.3.bb b/recipes/elftoaout/elftoaout_2.3.bb new file mode 100644 index 0000000000..cec9a4c92c --- /dev/null +++ b/recipes/elftoaout/elftoaout_2.3.bb @@ -0,0 +1,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}/ +} |