summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
index 02ea8cc5fc..524263760c 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git/stable"
17DEPENDS = "libxml2" 17DEPENDS = "libxml2"
18RDEPENDS_${PN} = "perl" 18RDEPENDS_${PN} = "perl"
19 19
20inherit autotools-brokensep pkgconfig 20inherit autotools-brokensep binconfig pkgconfig
21 21
22TARGET_CFLAGS += "-Wno-narrowing" 22TARGET_CFLAGS += "-Wno-narrowing"
23 23