diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-06-10 16:15:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:47:46 +0100 |
commit | b35411d0ed069d135c3052ae457a488503636221 (patch) | |
tree | 41903592ae383c615e878596738cad8c7479506a /meta/recipes-gnome/gnome/gconf_3.2.6.bb | |
parent | 4599ef630c13224506671bf84569bfc240cd3032 (diff) | |
download | openembedded-core-b35411d0ed069d135c3052ae457a488503636221.tar.gz openembedded-core-b35411d0ed069d135c3052ae457a488503636221.tar.bz2 openembedded-core-b35411d0ed069d135c3052ae457a488503636221.zip |
gconf: inherit gettext
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf_3.2.6.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index a1843d5b04..9b22d95261 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb @@ -8,7 +8,7 @@ DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-nat PR = "r0" -inherit gnomebase gtk-doc +inherit gnomebase gtk-doc gettext SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ file://remove_plus_from_invalid_characters_list.patch \ |