From 29983c5834e29d1cb9a89de617cfc3c6621446b3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 10 Jan 2008 14:53:36 +0000 Subject: matchbox-keyboard: added fix to not enable debug during build (it is r1801 of mb-keyboard) git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3450 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/matchbox-keyboard/files/silence.patch | 19 +++++++++++++++++++ .../matchbox-keyboard/matchbox-keyboard_svn.bb | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 meta/packages/matchbox-keyboard/files/silence.patch diff --git a/meta/packages/matchbox-keyboard/files/silence.patch b/meta/packages/matchbox-keyboard/files/silence.patch new file mode 100644 index 0000000000..af82a6fbeb --- /dev/null +++ b/meta/packages/matchbox-keyboard/files/silence.patch @@ -0,0 +1,19 @@ +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- matchbox-keyboard.orig/configure.ac ++++ matchbox-keyboard/configure.ac +@@ -49,11 +49,11 @@ AC_ARG_ENABLE(applet, + enable_applet=$enableval, + enable_applet=no) + AM_CONDITIONAL(WANT_APPLET, test x$enable_applet = xyes) + + AC_ARG_ENABLE(debug, +- AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),, ++ AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]), + enable_debug=$enableval, enable_debug=no ) + + AC_ARG_WITH(expat-includes, + AC_HELP_STRING([--with-expat-includes=DIR], [Use Expat includes in DIR]), + expat_includes=$withval, expat_includes=yes) diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index 20461a40d7..96fb5496d4 100644 --- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb @@ -4,9 +4,10 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" RDEPENDS = "formfactor" SECTION = "x11" PV = "0.0+svn${SRCDATE}" -PR = "r7" +PR = "r8" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ + file://silence.patch;patch=1 \ file://80matchboxkeyboard" S = "${WORKDIR}/${PN}" -- cgit v1.2.3-54-g00ecf