summaryrefslogtreecommitdiffstats
path: root/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb
blob: 7e0b21b7d83126cf7d2c0d296310b9f31311bb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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