[oe-commits] Roman I Khimov : flex: convert to INC_PR

git version control git at git.openembedded.org
Wed Jun 9 07:14:39 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Jun  9 11:14:09 2010 +0400

flex: convert to INC_PR

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/flex/flex.inc       |    2 ++
 recipes/flex/flex_2.5.31.bb |    2 +-
 recipes/flex/flex_2.5.35.bb |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index a61ad1e..49b26e8 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -4,6 +4,8 @@ LICENSE = "BSD"
 
 DEPENDS = "gettext"
 
+INC_PR = "r5"
+
 S = "${WORKDIR}/flex-${PV}"
 
 inherit autotools gettext
diff --git a/recipes/flex/flex_2.5.31.bb b/recipes/flex/flex_2.5.31.bb
index b7cb0f7..87a0b8d 100644
--- a/recipes/flex/flex_2.5.31.bb
+++ b/recipes/flex/flex_2.5.31.bb
@@ -1,5 +1,5 @@
 require flex.inc
-PR = "r5"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \
            file://flex-lvalue.diff \
diff --git a/recipes/flex/flex_2.5.35.bb b/recipes/flex/flex_2.5.35.bb
index d2133d0..82e2417 100644
--- a/recipes/flex/flex_2.5.35.bb
+++ b/recipes/flex/flex_2.5.35.bb
@@ -1,5 +1,7 @@
 require flex.inc
 
+PR = "${INC_PR}.0"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \
 "
 





More information about the Openembedded-commits mailing list