[oe-commits] Koen Kooi : bison/file.inc: INC_PR -> INCPR

git version control git at git.openembedded.org
Thu Mar 4 10:36:44 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: eae7f83b03cf59553c861bf92713642cda93056d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eae7f83b03cf59553c861bf92713642cda93056d

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar  2 19:07:48 2010 +0100

bison/file.inc: INC_PR -> INCPR

---

 recipes/bison/bison.inc |    2 +-
 recipes/file/file.inc   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
index c35322e..c3aa25e 100644
--- a/recipes/bison/bison.inc
+++ b/recipes/bison/bison.inc
@@ -8,7 +8,7 @@ DEPENDS = "gettext"
 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
 	   file://m4.patch;patch=1"
 
-INC_PR = "r0"
+INCPR = "r0"
 
 inherit autotools
 
diff --git a/recipes/file/file.inc b/recipes/file/file.inc
index 7076ae9..0c6d078 100644
--- a/recipes/file/file.inc
+++ b/recipes/file/file.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-ADV"
 DEPENDS = "file-native"
 DEPENDS_virtclass-native = ""
 
-INC_PR = "r0"
+INCPR = "r0"
 
 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list