[oe-commits] Ross Burton : mesa-dri: add correct RPROVIDES for the -dev packages

git at git.openembedded.org git at git.openembedded.org
Wed Nov 21 09:10:57 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 8d224244a016adc889be132d9994d7c517f7eae3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8d224244a016adc889be132d9994d7c517f7eae3

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Nov 20 18:18:11 2012 +0000

mesa-dri: add correct RPROVIDES for the -dev packages

The -dev packages were RPROVIDEing the non-dev names, which is clearly wrong.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/mesa/mesa-common.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index 9e42dbf..d5f83e4 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -12,7 +12,7 @@ SECTION = "x11"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67"
 
-INC_PR = "r4"
+INC_PR = "r5"
 PE = "2"
 
 DEPENDS = "libxml2-native makedepend-native flex-native bison-native"
@@ -69,7 +69,7 @@ python __anonymous() {
         
         # For -dev, the first element is both the Debian and original name
         fullp += "-dev"
-        pkgs = p[0]
+        pkgs = p[0] + "-dev"
         d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1")
         d.appendVar("RREPLACES_" + fullp, pkgs)
         d.appendVar("RPROVIDES_" + fullp, pkgs)





More information about the Openembedded-commits mailing list