[oe-commits] Martin Jansa : zenity: fix typo in do_configure name and disable scrollkeeper

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 08:16:35 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Dec 23 20:30:56 2012 +0100

zenity: fix typo in do_configure name and disable scrollkeeper

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

---

 meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb
index b4a9a47..a1fa786 100644
--- a/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb
@@ -2,14 +2,17 @@ DESCRIPTION = "Display dialog boxes from the commandline and shell scripts"
 LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
+PR = "r1"
+
 DEPENDS = "gtk+ glib-2.0 libnotify gnome-doc-utils"
 
 inherit gnome
 SRC_URI[archive.md5sum] = "aa66ec35451b16e424519b4973082170"
 SRC_URI[archive.sha256sum] = "8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac"
 
+EXTRA_OECONF += "--disable-scrollkeeper"
 # remove -I/usr/include from zenity_CPPFLAGS
-do_cconfigure_prepend() {
+do_configure_prepend() {
 	sed -i -e '/-I$(includedir)/d' src/Makefile.am
 }
 





More information about the Openembedded-commits mailing list