summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2020-02-14 17:45:58 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-02-17 12:33:18 +0000
commit20475e2de0ba678dfa660d3415b6eee21795bc4f (patch)
tree9885422bf73e0edd166b3cd7dc7235896bace0f6
parentdf3359935e826d6719a96962483ad7079ed55db5 (diff)
downloadtalos-openbmc-20475e2de0ba678dfa660d3415b6eee21795bc4f.tar.gz
talos-openbmc-20475e2de0ba678dfa660d3415b6eee21795bc4f.zip
Add binary block editor package
-rw-r--r--meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb b/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb
new file mode 100644
index 000000000..7e0b21b7d
--- /dev/null
+++ b/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Simple binary block editor"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
+
+PE = "0"
+PV = "0.2.2+git${SRCPV}"
+SRCREV = "6c76ee16e1d4f1057ce37166001e95a87c5acb39"
+
+SRC_URI = "git://scm.raptorcs.com/scm/git/binary-block-editor;branch=master;protocol=https"
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep
+
+do_configure_prepend () {
+ cd ${S}
+ aclocal
+ autoconf --force
+ libtoolize --automake -c --force
+ automake -ac
+}
+
+do_install () {
+ install -d ${D}${bindir}
+ install -m 755 ${S}/src/bbe ${D}${bindir}/bbe
+}
OpenPOWER on IntegriCloud