diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-22 09:40:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-22 19:13:10 +0100 |
commit | ff247a13f335e85af6254f7fc99d9b6602cf515b (patch) | |
tree | 248e9af1cedd3abf821ec18280b568cb127d67af /recipes-ti/linuxutils | |
parent | c00b5df3b85b3badbd268e376c0a19fab19cc4f3 (diff) | |
download | meta-ti-ff247a13f335e85af6254f7fc99d9b6602cf515b.tar.gz |
ti-linuxutils: fix LICENSE syntax
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/linuxutils')
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxutils/ti-linuxutils.inc index 0c0ebe31..d6cd18c6 100644 --- a/recipes-ti/linuxutils/ti-linuxutils.inc +++ b/recipes-ti/linuxutils/ti-linuxutils.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "MFP Linux utils for TI ARM/DSP processors" | 1 | DESCRIPTION = "MFP Linux utils for TI ARM/DSP processors" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPLv2,BSD" | 3 | LICENSE = "GPLv2 & BSD" |
4 | 4 | ||
5 | BASE_SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/linuxutils/${PV}/exports" | 5 | BASE_SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/linuxutils/${PV}/exports" |
6 | SRC_URI = "${BASE_SRC_URI}/linuxutils_${PV}.tar.gz " | 6 | SRC_URI = "${BASE_SRC_URI}/linuxutils_${PV}.tar.gz " |
@@ -15,7 +15,7 @@ require recipes-ti/includes/ti-staging.inc | |||
15 | PR = "${MACHINE_KERNEL_PR}" | 15 | PR = "${MACHINE_KERNEL_PR}" |
16 | 16 | ||
17 | #This is a kernel module, don't set PR directly | 17 | #This is a kernel module, don't set PR directly |
18 | MACHINE_KERNEL_PR_append = "d" | 18 | MACHINE_KERNEL_PR_append = "e" |
19 | 19 | ||
20 | inherit module | 20 | inherit module |
21 | 21 | ||