diff options
Diffstat (limited to 'meta/recipes-graphics')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb index 038c00f6c6..40c47da560 100644 --- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb +++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | |||
@@ -20,4 +20,4 @@ SRC_URI[sha256sum] = "35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3 | |||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
22 | RDEPENDS_${PN}-dev = "" | 22 | RDEPENDS_${PN}-dev = "" |
23 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 23 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index ae4028298a..d51134145f 100644 --- a/meta/recipes-graphics/xcb/xcb-proto.inc +++ b/meta/recipes-graphics/xcb/xcb-proto.inc | |||
@@ -16,7 +16,7 @@ inherit autotools pkgconfig | |||
16 | FILES_${PN}-dev += "${datadir}/xcb/*.xml" | 16 | FILES_${PN}-dev += "${datadir}/xcb/*.xml" |
17 | 17 | ||
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
20 | 20 | ||
21 | DEPENDS_append_virtclass-native = " python-native" | 21 | DEPENDS_append_virtclass-native = " python-native" |
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc index ab1af28311..765e30a3aa 100644 --- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc +++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | |||
@@ -18,4 +18,4 @@ EXTRA_OECONF = "--with-fop=no" | |||
18 | 18 | ||
19 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 19 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
20 | RDEPENDS_${PN}-dev = "" | 20 | RDEPENDS_${PN}-dev = "" |
21 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 21 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb index a708ed0cc9..a6f5402276 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb | |||
@@ -16,7 +16,7 @@ DEPENDS_virtclass-native = "gettext" | |||
16 | DEPENDS_virtclass-nativesdk = "gettext" | 16 | DEPENDS_virtclass-nativesdk = "gettext" |
17 | 17 | ||
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||