diff options
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 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
8 | 8 | ||
9 | SRCREV = "6fa6a0e07644f20abf2596f78a60112713e11cbe" | 9 | SRCREV = "74862a684907ada3d4ed2ce0f8111adf626e1456" |
10 | UPSTREAM_CHECK_COMMITS = "1" | ||
11 | SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" | 10 | SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" |
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | PV .= "+0.0.29+git" | ||
15 | 11 | ||
16 | inherit autotools | 12 | inherit 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 | ||
36 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |
37 | 33 | ||
38 | EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp" | 34 | EXTRA_OECONF:append = " XMLTO_BASH_PATH=/bin/bash GCP=/bin/cp" |
39 | 35 | ||
40 | do_configure:prepend() { | 36 | do_configure:prepend() { |
41 | (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) | 37 | (cd ${S} && flex -o xmlif/xmlif.c xmlif/xmlif.l) |