[oe-commits] Martin Jansa : mesa: add PE all recipes, because otherwise git. bb has always highest version

git version control git at git.openembedded.org
Sun Nov 15 23:13:41 UTC 2009


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Nov 16 00:11:40 2009 +0100

mesa: add PE all recipes, because otherwise git.bb has always highest version

---

 recipes/mesa/mesa-common-old.inc       |    1 +
 recipes/mesa/mesa-common.inc           |    1 +
 recipes/mesa/mesa-dri_git.bb           |    1 -
 recipes/mesa/mesa_6.0.1.bb             |    1 +
 recipes/mesa/mesa_6.4.1+cvs20060101.bb |    1 +
 5 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/mesa/mesa-common-old.inc b/recipes/mesa/mesa-common-old.inc
index 18e9b4e..402a82a 100644
--- a/recipes/mesa/mesa-common-old.inc
+++ b/recipes/mesa/mesa-common-old.inc
@@ -1,4 +1,5 @@
 SECTION = "x11"
+PE = "2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
 	file://mklib-rpath-link.patch;patch=1"
diff --git a/recipes/mesa/mesa-common.inc b/recipes/mesa/mesa-common.inc
index ccfe504..fc530a2 100644
--- a/recipes/mesa/mesa-common.inc
+++ b/recipes/mesa/mesa-common.inc
@@ -5,6 +5,7 @@ HOMEPAGE = "http://mesa3d.org"
 LICENSE = "MIT"
 
 INC_PR = "r7"
+PE = "2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
            ${SOURCEFORGE_MIRROR}/mesa3d/MesaDemos-${PV}.tar.bz2 "
diff --git a/recipes/mesa/mesa-dri_git.bb b/recipes/mesa/mesa-dri_git.bb
index 646d6e8..b03474d 100644
--- a/recipes/mesa/mesa-dri_git.bb
+++ b/recipes/mesa/mesa-dri_git.bb
@@ -6,7 +6,6 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 
 PV = "7.2+gitr${SRCPV}"
-PE = "2"
 PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
diff --git a/recipes/mesa/mesa_6.0.1.bb b/recipes/mesa/mesa_6.0.1.bb
index d8c857f..dd4e07e 100644
--- a/recipes/mesa/mesa_6.0.1.bb
+++ b/recipes/mesa/mesa_6.0.1.bb
@@ -3,6 +3,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
 	file://Make-config.patch;patch=1 \
 	file://mklib.patch;patch=1"
 S = "${WORKDIR}/Mesa-${PV}"
+PE = "2"
 LICENSE = "LGPL"
 # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
 CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')}"
diff --git a/recipes/mesa/mesa_6.4.1+cvs20060101.bb b/recipes/mesa/mesa_6.4.1+cvs20060101.bb
index 0e9f996..7eb52b2 100644
--- a/recipes/mesa/mesa_6.4.1+cvs20060101.bb
+++ b/recipes/mesa/mesa_6.4.1+cvs20060101.bb
@@ -2,6 +2,7 @@ SECTION = "unknown"
 
 SRCDATE = "20060101"
 PV = "6.4.1+cvs${SRCDATE}"
+PE = "2"
 
 SRC_URI = "${FREEDESKTOP_CVS}/mesa;module=Mesa;method=pserver;date=${SRCDATE} \
 	file://mklib-rpath-link.patch;patch=1"





More information about the Openembedded-commits mailing list