diff options
author | Alexandru Palalau <alexandrux.palalau@linux.intel.com> | 2014-03-11 11:51:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:55 +0000 |
commit | 6579bf7b97d961ccd730f38aac08a4d840c8d2e5 (patch) | |
tree | 58ecb1391f266a820b71a4efecaf403d5ec49803 /meta | |
parent | dfb57a1f338c0ba3c634bb93ff8399ed991f4168 (diff) | |
download | poky-6579bf7b97d961ccd730f38aac08a4d840c8d2e5.tar.gz |
gnome-desktop: removed gconf inheritance
In order to remove WARN-QA message regarding --disable-schemas-install configure option.
(From OE-Core rev: 0c30f3106a5172b1e58d5cc4eae964923fa6c8e2)
Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-desktop.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc index 4fcf6abc03..3853022710 100644 --- a/meta/recipes-gnome/gnome/gnome-desktop.inc +++ b/meta/recipes-gnome/gnome/gnome-desktop.inc | |||
@@ -13,7 +13,7 @@ FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids" | |||
13 | 13 | ||
14 | PR = "r6" | 14 | PR = "r6" |
15 | 15 | ||
16 | inherit gnome pkgconfig | 16 | inherit gnomebase |
17 | 17 | ||
18 | do_install_append () { | 18 | do_install_append () { |
19 | sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about | 19 | sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about |