summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/xmlto')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.29.bb (renamed from meta/recipes-devtools/xmlto/xmlto_0.0.28.bb)8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb
index d5a0e69849..613d7973ec 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb
@@ -6,12 +6,8 @@ LICENSE = "GPL-2.0-only"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 7LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
8 8
9SRCREV = "6fa6a0e07644f20abf2596f78a60112713e11cbe" 9SRCREV = "74862a684907ada3d4ed2ce0f8111adf626e1456"
10UPSTREAM_CHECK_COMMITS = "1"
11SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" 10SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master"
12S = "${WORKDIR}/git"
13
14PV .= "+0.0.29+git"
15 11
16inherit autotools 12inherit autotools
17 13
@@ -35,7 +31,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep ac_cv_path_XM
35 31
36BBCLASSEXTEND = "native" 32BBCLASSEXTEND = "native"
37 33
38EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp" 34EXTRA_OECONF:append = " XMLTO_BASH_PATH=/bin/bash GCP=/bin/cp"
39 35
40do_configure:prepend() { 36do_configure:prepend() {
41 (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) 37 (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l)