mesa: switch to SRCPV with PE bump
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 19 Apr 2010 20:42:30 +0000 (22:42 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 19 Apr 2010 20:42:30 +0000 (22:42 +0200)
recipes/mesa/mesa-common-old.inc
recipes/mesa/mesa-common.inc
recipes/mesa/mesa-dri_7.2.bb
recipes/mesa/mesa-dri_7.4.bb
recipes/mesa/mesa-dri_7.6.bb
recipes/mesa/mesa-dri_git.bb
recipes/mesa/mesa-xlib_7.2.bb
recipes/mesa/mesa-xlib_7.4.bb
recipes/mesa/mesa-xlib_7.6.bb
recipes/mesa/mesa_6.0.1.bb
recipes/mesa/mesa_6.4.1+cvs20060101.bb

index 8fc2044..a88a07f 100644 (file)
@@ -1,4 +1,5 @@
 SECTION = "x11"
+PE = "2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
        file://mklib-rpath-link.patch;patch=1"
index aaccf54..3884112 100644 (file)
@@ -5,6 +5,7 @@ HOMEPAGE = "http://mesa3d.org"
 LICENSE = "MIT"
 
 INC_PR = "r7"
+PE = "2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2;name=archive \
            ${SOURCEFORGE_MIRROR}/mesa3d/MesaDemos-${PV}.tar.bz2;name=demos "
index 4665363..da402c3 100644 (file)
@@ -5,7 +5,6 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 
 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 
-PE = "1"
 PR = "${INC_PR}.0"
 
 # most of our targets do not have DRI so will use mesa-xlib
index 583584b..a78c03f 100644 (file)
@@ -5,7 +5,6 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 
 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 
-PE = "1"
 PR = "${INC_PR}.0"
 
 # most of our targets do not have DRI so will use mesa-xlib
index a1a4d08..33f4069 100644 (file)
@@ -8,7 +8,6 @@ DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
            ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2;name=demos \
           "
-PE = "1"
 PR = "${INC_PR}.0"
 
 # most of our targets do not have DRI so will use mesa-xlib
index 217541f..fe8bcd5 100644 (file)
@@ -7,8 +7,7 @@ DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS} makedepend-native mesa-dri-glsl-native"
 
 PV = "7.7.999"
 PR = "${INC_PR}.0"
-PR_append = "+gitr${SRCREV}"
-PE = "1"
+PR_append = "+gitr${SRCPV}"
 
 DEFAULT_PREFERENCE = "-2"
 DEFAULT_PREFERENCE_shr = "2"
index 9fedd8b..dfc0d7c 100644 (file)
@@ -5,7 +5,6 @@ LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 
 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 
-PE = "1"
 PR = "${INC_PR}.0"
 
 EXTRA_OECONF += "--with-driver=xlib"
index f24087d..68e7218 100644 (file)
@@ -5,7 +5,6 @@ LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 
 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 
-PE = "1"
 PR = "${INC_PR}.0"
 
 EXTRA_OECONF += "--with-driver=xlib"
index 25934ec..e81c585 100644 (file)
@@ -9,7 +9,6 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=a
            ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2;name=demos \
           "
 
-PE = "1"
 PR = "${INC_PR}.0"
 
 EXTRA_OECONF += "--disable-gallium --with-driver=xlib"
index d620f85..73f96f7 100644 (file)
@@ -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', '')}"
index 0e9f996..7eb52b2 100644 (file)
@@ -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"