expat: use INC_PR, set acpaths
authorChris Larson <chris_larson@mentor.com>
Wed, 20 Oct 2010 19:28:13 +0000 (12:28 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 20 Oct 2010 20:31:53 +0000 (13:31 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/expat/expat.inc
recipes/expat/expat_1.95.6.bb
recipes/expat/expat_1.95.7.bb
recipes/expat/expat_2.0.1.bb

index b254f08..bc56828 100644 (file)
@@ -11,3 +11,5 @@ export LTCC = "${CC}"
 
 inherit autotools
 
+acpaths =+ "-I${S}/conftools"
+INC_PR = "r3"
index 64eb2a7..aaf6a07 100644 (file)
@@ -1,6 +1,5 @@
 require expat.inc
-
-PR = "r2"
+PR = "${INC_PR}.0"
 
 do_install () {
        oe_runmake prefix="${D}${prefix}" \
index 61b2c5d..d78fd67 100644 (file)
@@ -1,5 +1,5 @@
 require expat.inc
-PR = "r3"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://autotools.patch \
            file://expat-XMLCALL.patch \
index 5ff9f1e..63d3421 100644 (file)
@@ -1,5 +1,5 @@
 require expat.inc
-PR = "r3"
+PR = "${INC_PR}.0"
 
 BBCLASSEXTEND = "native nativesdk"