diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-11 11:40:29 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-12-14 18:28:07 -0500 |
commit | 67703fa97064530a00447cd7ce19699fad07af44 (patch) | |
tree | ce079a2ec77b22e81ccb2873241071db76cbc343 | |
parent | b8d1d47bc0f8b5e0e7f8dd328e26839223bb29f4 (diff) |
mesa: Add INC_PR for old mesa recipes as these still seem to be in use.
-rw-r--r-- | recipes/mesa/mesa-common-old.inc | 5 | ||||
-rw-r--r-- | recipes/mesa/mesa-dri_6.5.2.bb | 2 | ||||
-rw-r--r-- | recipes/mesa/mesa-dri_7.0.3.bb | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/recipes/mesa/mesa-common-old.inc b/recipes/mesa/mesa-common-old.inc index 18e9b4ebed..8fc2044bef 100644 --- a/recipes/mesa/mesa-common-old.inc +++ b/recipes/mesa/mesa-common-old.inc @@ -2,8 +2,13 @@ SECTION = "x11" SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \ file://mklib-rpath-link.patch;patch=1" + S = "${WORKDIR}/Mesa-${PV}" +PROVIDES = "virtual/libgl" + LICENSE = "LGPL" +INC_PR = "r3" + DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice" diff --git a/recipes/mesa/mesa-dri_6.5.2.bb b/recipes/mesa/mesa-dri_6.5.2.bb index f94ea8b3d2..594848fd8b 100644 --- a/recipes/mesa/mesa-dri_6.5.2.bb +++ b/recipes/mesa/mesa-dri_6.5.2.bb @@ -6,7 +6,7 @@ FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" PACKAGES_DYNAMIC = "mesa-dri-driver-*" -PR = "r2" +PR = "${INC_PR}.0" DEPENDS += "libdrm" # DRI is useless without the kernel drivers diff --git a/recipes/mesa/mesa-dri_7.0.3.bb b/recipes/mesa/mesa-dri_7.0.3.bb index 330efb23af..0cb2fe2cce 100644 --- a/recipes/mesa/mesa-dri_7.0.3.bb +++ b/recipes/mesa/mesa-dri_7.0.3.bb @@ -7,7 +7,7 @@ FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" PACKAGES_DYNAMIC = "mesa-dri-driver-*" -PR = "r1" +PR = "${INC_PR}.0" DEPENDS += "libdrm" # DRI is useless without the kernel drivers |