From 04f4130f3b8dae9c5d7dc0d5d0155d6ae23a51d0 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 3 Nov 2013 02:33:06 +0200 Subject: [PATCH] c64-tools: update to latest --- recipes/c64_tools/c64-tools.bb | 8 ++++---- recipes/c64_tools/c64-tools/op_dsp_c64.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/c64_tools/c64-tools.bb b/recipes/c64_tools/c64-tools.bb index 0ad565f..c6541d0 100644 --- a/recipes/c64_tools/c64-tools.bb +++ b/recipes/c64_tools/c64-tools.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Tools and libraries to support the C64+ DSP found in TI's OMAP3 h HOMEPAGE="http://tkscript.de/c64_tools/" LICENSE = "LGPL GPL" -PV_TAR = "25Oct2013_dist" -PV = "20131025" +PV_TAR = "02Nov2013_dist" +PV = "20131102" PR = "r0" SRC_URI = " \ @@ -65,5 +65,5 @@ FILES_${PN} += " \ PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "omap3-pandora" -SRC_URI[md5sum] = "63cc274c1b1ad47667ccc45c228c8d0f" -SRC_URI[sha256sum] = "e5fc86ae09ff9128e104f6acf440fb0a2a25abd31622f296d53a96a54e3f6c93" +SRC_URI[md5sum] = "cc0004af013ff880e8d21608ae2b8f27" +SRC_URI[sha256sum] = "05e1fd3b9b81c476b542bf605ec3d6e54dfc515f6a20ee131e107d9029280721" diff --git a/recipes/c64_tools/c64-tools/op_dsp_c64.sh b/recipes/c64_tools/c64-tools/op_dsp_c64.sh index 25a743c..b5be380 100755 --- a/recipes/c64_tools/c64-tools/op_dsp_c64.sh +++ b/recipes/c64_tools/c64-tools/op_dsp_c64.sh @@ -89,7 +89,7 @@ if [ "x" != "x$C64_DEBUG" ]; then KMODARGS="debug=$C64_DEBUG" fi # /sbin/insmod ./ -modprobe c64 $KMODARGS +/sbin/modprobe c64 $KMODARGS sleep 0.25 -- 2.39.5