diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.18.1.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/intltool/intltool.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb index cc0129f0b8..9ec851e931 100644 --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb | |||
@@ -9,7 +9,7 @@ PR = "r2" | |||
9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" |
10 | DEPENDS_virtclass-native = "libxml2-native" | 10 | DEPENDS_virtclass-native = "libxml2-native" |
11 | PROVIDES = "virtual/libintl virtual/gettext" | 11 | PROVIDES = "virtual/libintl virtual/gettext" |
12 | PROVIDES_virtclass-native = "" | 12 | PROVIDES_virtclass-native = "virtual/gettext-native" |
13 | CONFLICTS_${PN} = "proxy-libintl" | 13 | CONFLICTS_${PN} = "proxy-libintl" |
14 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 14 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ |
15 | " | 15 | " |
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc index c934654f61..1e778b6f3e 100644 --- a/meta/recipes-devtools/intltool/intltool.inc +++ b/meta/recipes-devtools/intltool/intltool.inc | |||
@@ -9,6 +9,7 @@ S = "${WORKDIR}/intltool-${PV}" | |||
9 | DEPENDS = "libxml-parser-perl-native" | 9 | DEPENDS = "libxml-parser-perl-native" |
10 | #RDEPENDS_${PN} = "libxml-parser-perl" | 10 | #RDEPENDS_${PN} = "libxml-parser-perl" |
11 | RRECOMMENDS_${PN} = "perl-modules" | 11 | RRECOMMENDS_${PN} = "perl-modules" |
12 | RRECOMMENDS_${PN}_virtclass-native = "" | ||
12 | 13 | ||
13 | inherit autotools pkgconfig perlnative | 14 | inherit autotools pkgconfig perlnative |
14 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb index 88ee4f6939..4fa235b4d9 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb | |||
@@ -12,8 +12,8 @@ PR = "r0" | |||
12 | 12 | ||
13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
14 | DEPENDS = "libgpg-error" | 14 | DEPENDS = "libgpg-error" |
15 | DEPENDS_virtclass-native = "virtual/gettext" | 15 | DEPENDS_virtclass-native = "virtual/gettext-native" |
16 | DEPENDS_virtclass-nativesdk = "virtual/gettext" | 16 | DEPENDS_virtclass-nativesdk = "virtual/gettext-nativesdk" |
17 | 17 | ||
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |