diff options
-rw-r--r-- | 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 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" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" |
14 | 14 | ||
15 | INC_PR = "r4" | 15 | INC_PR = "r5" |
16 | PE = "2" | 16 | PE = "2" |
17 | 17 | ||
18 | DEPENDS = "libxml2-native makedepend-native flex-native bison-native" | 18 | DEPENDS = "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) |