1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-01 16:30:45 +00:00

ti-linuxutils: fix LICENSE syntax

Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-12-22 09:40:03 +01:00
parent c00b5df3b8
commit ff247a13f3
+2 -2
View File
@@ -1,6 +1,6 @@
DESCRIPTION = "MFP Linux utils for TI ARM/DSP processors" DESCRIPTION = "MFP Linux utils for TI ARM/DSP processors"
SECTION = "devel" SECTION = "devel"
LICENSE = "GPLv2,BSD" LICENSE = "GPLv2 & BSD"
BASE_SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/linuxutils/${PV}/exports" BASE_SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/linuxutils/${PV}/exports"
SRC_URI = "${BASE_SRC_URI}/linuxutils_${PV}.tar.gz " SRC_URI = "${BASE_SRC_URI}/linuxutils_${PV}.tar.gz "
@@ -15,7 +15,7 @@ require recipes-ti/includes/ti-staging.inc
PR = "${MACHINE_KERNEL_PR}" PR = "${MACHINE_KERNEL_PR}"
#This is a kernel module, don't set PR directly #This is a kernel module, don't set PR directly
MACHINE_KERNEL_PR_append = "d" MACHINE_KERNEL_PR_append = "e"
inherit module inherit module