diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-30 18:54:32 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-30 19:18:03 +0000 |
commit | 1503c8c95597f81e4b41ee1ce2549acbbd0021dc (patch) | |
tree | 324e9c8c3bde10539e7dcb895142126ddaf47626 /recipes/mtkbabel/mtkbabel_0.8.bb | |
parent | a087626bd71cb6bbaa24afb166b51f45c1717d70 (diff) |
mtkbabel: Allow to set faster logging.
Diffstat (limited to 'recipes/mtkbabel/mtkbabel_0.8.bb')
-rw-r--r-- | 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 fb6aa969ab..30bbbf3172 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} |