From 941ec1e09b0a3ca65c01b4cdaeab30e907b801f1 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 21 Feb 2015 00:31:19 +0200 Subject: [PATCH] c64-tools: update to latest git --- recipes/c64_tools/c64-tools.bb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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" -- 2.39.5