summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.29.bb (renamed from meta/recipes-devtools/xmlto/xmlto_0.0.28.bb)6
1 files changed, 2 insertions, 4 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..4e969fc12f 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb
@@ -6,13 +6,11 @@ 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" 10UPSTREAM_CHECK_COMMITS = "1"
11SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" 11SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14PV .= "+0.0.29+git"
15
16inherit autotools 14inherit autotools
17 15
18CLEANBROKEN = "1" 16CLEANBROKEN = "1"
@@ -35,7 +33,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep ac_cv_path_XM
35 33
36BBCLASSEXTEND = "native" 34BBCLASSEXTEND = "native"
37 35
38EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp" 36EXTRA_OECONF:append = " XMLTO_BASH_PATH=/bin/bash GCP=/bin/cp"
39 37
40do_configure:prepend() { 38do_configure:prepend() {
41 (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) 39 (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l)