[oe-commits] Stanislav Brabec : mtkbabel: Allow to set faster logging.

GIT User account git at amethyst.openembedded.net
Thu Apr 30 19:25:31 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: ca74043bac47537e75bea48e55a3aee618dfcf4f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca74043bac47537e75bea48e55a3aee618dfcf4f

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Apr 30 18:54:32 2009 +0000

mtkbabel: Allow to set faster logging.

---

 recipes/mtkbabel/mtkbabel_0.8.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/mtkbabel/mtkbabel_0.8.bb b/recipes/mtkbabel/mtkbabel_0.8.bb
index fb6aa96..30bbbf3 100644
--- a/recipes/mtkbabel/mtkbabel_0.8.bb
+++ b/recipes/mtkbabel/mtkbabel_0.8.bb
@@ -3,10 +3,12 @@ DESCRIPTION = "Control program for GPS units using the MediaTek (MTK) chipset"
 HOMEPAGE = "http://www.rigacci.org/wiki/doku.php/doc/appunti/hardware/gps_logger_i_blue_747"
 LICENSE = "GPL"
 PACKAGE_ARCH = "all"
+PR = "r1"
 
 RDEPENDS = "libdevice-serialport-perl libtimedate-perl perl-module-file-basename perl-module-getopt-std"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/${PN}/${P}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/${PN}/${P}.tar.gz \
+	   file://fast-logging.patch;patch=1"
 
 do_install() {
 	install -d ${D}${bindir}





More information about the Openembedded-commits mailing list