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:32 +0000 |
commit | 0c30f3106a5172b1e58d5cc4eae964923fa6c8e2 (patch) | |
tree | 26a217d4f2f077e752db6d0d07bf554ecaf0175a /meta/recipes-gnome | |
parent | 9b4ea0f2e13e52d860d59d0348a3218af151666b (diff) | |
download | openembedded-core-0c30f3106a5172b1e58d5cc4eae964923fa6c8e2.tar.gz openembedded-core-0c30f3106a5172b1e58d5cc4eae964923fa6c8e2.tar.bz2 openembedded-core-0c30f3106a5172b1e58d5cc4eae964923fa6c8e2.zip |
gnome-desktop: removed gconf inheritance
In order to remove WARN-QA message regarding --disable-schemas-install configure option.
Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-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" PR = "r6" -inherit gnome pkgconfig +inherit gnomebase do_install_append () { sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about |