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

git at git.openembedded.org git at git.openembedded.org
Fri Jan 18 16:56:30 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan 16 08:32:47 2013 +0000

cheese: disable help build

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Eric Bénard <eric at eukrea.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