From 185cbba966f35821d3671739657e28cf98d3cd9f Mon Sep 17 00:00:00 2001 From: Justin Sobota Date: Thu, 21 Apr 2016 02:19:42 +0000 Subject: ipc-transport: Clean up recipe Signed-off-by: Justin Sobota Signed-off-by: Denys Dmytriyenko --- recipes-ti/ipc/ipc-transport.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-ti/ipc/ipc-transport.inc') diff --git a/recipes-ti/ipc/ipc-transport.inc b/recipes-ti/ipc/ipc-transport.inc index 4ba3670b..f399eedb 100644 --- a/recipes-ti/ipc/ipc-transport.inc +++ b/recipes-ti/ipc/ipc-transport.inc @@ -1,15 +1,15 @@ -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" +LICENSE = "BSD-3-Clause" IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" -IPC_TRANSPORT_GIT_BRANCH = "master" IPC_TRANSPORT_GIT_PROTOCOL = "git" +IPC_TRANSPORT_GIT_BRANCH = "master" -# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01 +# Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.01" IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" -BRANCH="${IPC_TRANSPORT_GIT_BRANCH}" +BRANCH = "${IPC_TRANSPORT_GIT_BRANCH}" SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" + SRCREV = "${IPC_TRANSPORT_SRCREV}" PV = "02.00.00.01" - -INC_PR = "r1" +INC_PR = "r2" -- cgit v1.2.3-54-g00ecf