summaryrefslogtreecommitdiffstats
path: root/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb
blob: 42570a218606533b41c08929ec47eace56ed8d4d (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
27
28
29
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

    install -d ${STAGING_DIR}/bin
    install -m 755 ${S}/src/bbe ${STAGING_DIR}/bin/bbe
}
OpenPOWER on IntegriCloud