From: Siddharth Heroor Date: Thu, 24 Mar 2011 21:01:14 +0000 (+0000) Subject: TI IPC: Fix License field. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20149772daa744586af737fe1b4087607f6f817;p=openembedded.git TI IPC: Fix License field. * The correct license for TI IPC is BSD and not TI. Signed-off-by: Siddharth Heroor Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-ipc.inc b/recipes/ti/ti-ipc.inc index cd6ad6e3d5..fc9b90804b 100644 --- a/recipes/ti/ti-ipc.inc +++ b/recipes/ti/ti-ipc.inc @@ -1,7 +1,7 @@ DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html" SECTION = "devel" -LICENSE = "TI" +LICENSE = "BSD" require ti-paths.inc require ti-staging.inc