From: Chris Larson Date: Wed, 20 Oct 2010 19:28:13 +0000 (-0700) Subject: expat: use INC_PR, set acpaths X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8708532de0c060714856c7cf211d86202296f3a5;p=openembedded.git expat: use INC_PR, set acpaths Signed-off-by: Chris Larson --- diff --git a/recipes/expat/expat.inc b/recipes/expat/expat.inc index b254f08b74..bc568287a7 100644 --- a/recipes/expat/expat.inc +++ b/recipes/expat/expat.inc @@ -11,3 +11,5 @@ export LTCC = "${CC}" inherit autotools +acpaths =+ "-I${S}/conftools" +INC_PR = "r3" diff --git a/recipes/expat/expat_1.95.6.bb b/recipes/expat/expat_1.95.6.bb index 64eb2a78b8..aaf6a07122 100644 --- a/recipes/expat/expat_1.95.6.bb +++ b/recipes/expat/expat_1.95.6.bb @@ -1,6 +1,5 @@ require expat.inc - -PR = "r2" +PR = "${INC_PR}.0" do_install () { oe_runmake prefix="${D}${prefix}" \ diff --git a/recipes/expat/expat_1.95.7.bb b/recipes/expat/expat_1.95.7.bb index 61b2c5d597..d78fd67f70 100644 --- a/recipes/expat/expat_1.95.7.bb +++ b/recipes/expat/expat_1.95.7.bb @@ -1,5 +1,5 @@ require expat.inc -PR = "r3" +PR = "${INC_PR}.0" SRC_URI += "file://autotools.patch \ file://expat-XMLCALL.patch \ diff --git a/recipes/expat/expat_2.0.1.bb b/recipes/expat/expat_2.0.1.bb index 5ff9f1ed9e..63d34215e9 100644 --- a/recipes/expat/expat_2.0.1.bb +++ b/recipes/expat/expat_2.0.1.bb @@ -1,5 +1,5 @@ require expat.inc -PR = "r3" +PR = "${INC_PR}.0" BBCLASSEXTEND = "native nativesdk"