summaryrefslogtreecommitdiffstats
path: root/meta-rcs
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-19 11:07:43 +0000
commit15f2c2783d59884b4d89d79869af6cb8b51f4044 (patch)
tree60fc41d1f6c39a8edae5cff317a7d67825263dde /meta-rcs
parent1c61f7d849ffdd7f320b88c67b253a9c06879c3b (diff)
downloadblackbird-openbmc-15f2c2783d59884b4d89d79869af6cb8b51f4044.tar.gz
blackbird-openbmc-15f2c2783d59884b4d89d79869af6cb8b51f4044.zip
Add binary block editor package
Diffstat (limited to 'meta-rcs')
-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