summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb
index 298c84bb2c..e9442697fa 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb
@@ -11,10 +11,9 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
11 file://0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch \ 11 file://0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch \
12 file://0001-fix-bool-reserved-word-error-in-gcc-15.patch;striplevel=2 \ 12 file://0001-fix-bool-reserved-word-error-in-gcc-15.patch;striplevel=2 \
13 " 13 "
14# one more commit after Release 1.64.0 in the Stable series
15SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601" 14SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601"
16 15
17S = "${WORKDIR}/git/stable" 16S = "${WORKDIR}/git/advanced"
18 17
19inherit autotools-brokensep binconfig pkgconfig 18inherit autotools-brokensep binconfig pkgconfig
20 19