X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fc64_tools%2Fc64-tools.bb;h=822b3b1973c2e9e6e21541b8357a5fc7866e2d22;hp=56bea6020ae19de5763bcf4381e9bc73a9c3652f;hb=HEAD;hpb=a3c69d1c29192060e9c59220951231c11c793e9d 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"