diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/mtkbabel/mtkbabel_0.8.bb (renamed from recipes/mtkbabel/mtkbabel_0.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mtkbabel/mtkbabel_0.7.bb b/recipes/mtkbabel/mtkbabel_0.8.bb index afbaa5368b..fb6aa969ab 100644 --- a/recipes/mtkbabel/mtkbabel_0.7.bb +++ b/recipes/mtkbabel/mtkbabel_0.8.bb @@ -6,9 +6,9 @@ PACKAGE_ARCH = "all" RDEPENDS = "libdevice-serialport-perl libtimedate-perl perl-module-file-basename perl-module-getopt-std" -SRC_URI = "http://www.rigacci.org/wiki/lib/exe/fetch.php/tecnica/download/local_software/mtkbabel-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/${PN}/${P}.tar.gz" -do_install() { +do_install() { install -d ${D}${bindir} install -m 0755 mtkbabel ${D}${bindir}/ install -d ${D}${mandir}/man1 |