From: Grazvydas Ignotas Date: Fri, 20 Feb 2015 22:31:19 +0000 (+0200) Subject: c64-tools: update to latest git X-Git-Tag: sz_172rc~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=941ec1e09b0a3ca65c01b4cdaeab30e907b801f1 c64-tools: update to latest git --- diff --git a/recipes/c64_tools/c64-tools.bb b/recipes/c64_tools/c64-tools.bb index 56bea60..822b3b1 100644 --- a/recipes/c64_tools/c64-tools.bb +++ b/recipes/c64_tools/c64-tools.bb @@ -1,19 +1,20 @@ DESCRIPTION = "Tools and libraries to support the C64+ DSP found in TI's OMAP3 hardware." HOMEPAGE="http://tkscript.de/c64_tools/" -LICENSE = "LGPL GPL" +LICENSE = "MIT LGPL GPL" -PV_TAR = "18Jan2014_dist" -PV = "20140118" +PV = "20150208" PR = "r0" +SRCREV = "679b53e220e61d6faa91d921b3f8c85209a3cd1b" + SRC_URI = " \ - http://tkscript.de/c64_tools/c64_tools-${PV_TAR}.tar.gz \ + git://github.com/bsp2/c64_tools.git;protocol=git;branch=master \ file://c64_tools.rules \ file://op_dsp_c64.sh \ file://99_c64_tools \ " -S = "${WORKDIR}/c64_tools" +S = "${WORKDIR}/git" TARGET_CFLAGS += "-Wall -I../include " PARALLEL_MAKE = "" @@ -64,6 +65,3 @@ FILES_${PN} += " \ PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "omap3-pandora" - -SRC_URI[md5sum] = "cef6eb71463ede34858fcaca14198947" -SRC_URI[sha256sum] = "0fc483d512cb684ab8cfda88c65f19f3b8c2e55427dd5273b66d0b5eee6d8599"