[oe-commits] Martin Jansa : cheese: disable help build

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 18:29:09 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: d1a6688f195c70530a32cbb1bed1dd4219c611ba
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d1a6688f195c70530a32cbb1bed1dd4219c611ba

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  5 21:23:59 2012 +0100

cheese: disable help build

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb
index f447817..1e8a98b 100644
--- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb
+++ b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb
@@ -15,3 +15,7 @@ FILES_${PN} += "${datadir}/dbus-1"
 RRECOMMENDS_${PN} = "gst-plugins-good-meta gst-plugins-base-meta"
 
 EXTRA_OECONF += "--disable-scrollkeeper"
+
+do_configure_prepend() {
+	sed -i -e "s: help : :g" ${S}/Makefile.am
+}





More information about the Openembedded-commits mailing list