[oe-commits] Frans Meulenbroeks : xmlrpc-c: add inherit binconfig

git version control git at git.openembedded.org
Tue Oct 19 20:52:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e857d9a0ac706b33f211a1ac210fa1402cb66e31
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e857d9a0ac706b33f211a1ac210fa1402cb66e31

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Oct 19 22:47:04 2010 +0200

xmlrpc-c: add inherit binconfig

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/xmlrpc-c/xmlrpc-c_1.06.41.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xmlrpc-c/xmlrpc-c_1.06.41.bb b/recipes/xmlrpc-c/xmlrpc-c_1.06.41.bb
index 4091e1f..e9bbc31 100644
--- a/recipes/xmlrpc-c/xmlrpc-c_1.06.41.bb
+++ b/recipes/xmlrpc-c/xmlrpc-c_1.06.41.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "XML-RPC for C/C++ is programming libraries and related tools to h
 write an XML-RPC server or client in C or C++."
 LICENSE = "GPLv2+"
 DEPENDS = "curl libxml2"
-PR = "r0"
+PR = "r1"
 
 # note: this is version 1.06.47
 # there seems to be versions with higher numbers (e.g. 1.11.00)
@@ -12,7 +12,7 @@ EXTRA_OECONF = " --enable-libxml2-backend -disable-libwww-client"
 
 PARALLEL_MAKE = ""
 
-inherit autotools
+inherit autotools binconfig
 
 do_configure () {
 	gnu-configize





More information about the Openembedded-commits mailing list