summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-20 18:18:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 09:10:02 +0000
commit6208572a7c300c1415df507326ccd520d7216f2c (patch)
treef66731e91bd559d8666216cdc51030c6444d042b /meta/recipes-graphics/mesa/mesa-common.inc
parent66861cce918eb7ed1f16f829d652c9d7105152b7 (diff)
downloadpoky-6208572a7c300c1415df507326ccd520d7216f2c.tar.gz
mesa-dri: add correct RPROVIDES for the -dev packages
The -dev packages were RPROVIDEing the non-dev names, which is clearly wrong. (From OE-Core rev: 8d224244a016adc889be132d9994d7c517f7eae3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc4
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 9e42dbfe2f..d5f83e413e 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -12,7 +12,7 @@ SECTION = "x11"
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" 13LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67"
14 14
15INC_PR = "r4" 15INC_PR = "r5"
16PE = "2" 16PE = "2"
17 17
18DEPENDS = "libxml2-native makedepend-native flex-native bison-native" 18DEPENDS = "libxml2-native makedepend-native flex-native bison-native"
@@ -69,7 +69,7 @@ python __anonymous() {
69 69
70 # For -dev, the first element is both the Debian and original name 70 # For -dev, the first element is both the Debian and original name
71 fullp += "-dev" 71 fullp += "-dev"
72 pkgs = p[0] 72 pkgs = p[0] + "-dev"
73 d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") 73 d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1")
74 d.appendVar("RREPLACES_" + fullp, pkgs) 74 d.appendVar("RREPLACES_" + fullp, pkgs)
75 d.appendVar("RPROVIDES_" + fullp, pkgs) 75 d.appendVar("RPROVIDES_" + fullp, pkgs)