aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elftoaout/elftoaout-native_2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/elftoaout/elftoaout-native_2.3.bb')
-rw-r--r--recipes/elftoaout/elftoaout-native_2.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/elftoaout/elftoaout-native_2.3.bb b/recipes/elftoaout/elftoaout-native_2.3.bb
new file mode 100644
index 0000000000..6d4e537534
--- /dev/null
+++ b/recipes/elftoaout/elftoaout-native_2.3.bb
@@ -0,0 +1,11 @@
+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}
+}