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=aa915a979144e2b88d203d91e3936b76371469a4;hb=HEAD;hpb=6026740b446bc32f5ab1506cdb08ea168b12beb0 diff --git a/recipes/c64_tools/c64-tools.bb b/recipes/c64_tools/c64-tools.bb index aa915a9..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 = "15Dec2013_dist" -PV = "20131215" +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] = "e1cea6f9520a403a84ffae78be2b278d" -SRC_URI[sha256sum] = "2d8185938fac5359b4324021e9470507bc45ff049668a8ddc3fea910fd450d70"