summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake_git.bb
blob: 7e9857e972d68caaff01023f2d024a5b809773bd (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
PR = "r0"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                    file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                    file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
require remake.inc

SRC_URI += "file://version-remake.texi.patch"
SRCREV = "414d6e84121c6740ff5079370c905dea0f0e1ddb"
S = "${WORKDIR}/git"

DEPENDS += "readline"
PROVIDES += "make"

do_configure_prepend() {
    # create config.rpath which required by configure.ac
    autopoint || touch config.rpath
}

do_compile_prepend() {
    # updating .po and other gnu build files
    make update
}

BBCLASSEXTEND = "native"
OpenPOWER on IntegriCloud