From: Rahul Bedarkar Date: Sat, 1 Apr 2017 19:06:25 +0000 (+0530) Subject: libraw: use SPDX short identifier for CDDL license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8233d6dcfa60714a55119aea61c56e032d803a47;p=buildroot.git libraw: use SPDX short identifier for CDDL license Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk index bb8edf7299..589ff891be 100644 --- a/package/libraw/libraw.mk +++ b/package/libraw/libraw.mk @@ -18,7 +18,7 @@ LIBRAW_CONF_OPTS += \ --disable-openmp \ --disable-demosaic-pack-gpl2 \ --disable-demosaic-pack-gpl3 -LIBRAW_LICENSE = LGPL-2.1 or CDDL 1.0 or LibRaw Software License 27032010 +LIBRAW_LICENSE = LGPL-2.1 or CDDL-1.0 or LibRaw Software License 27032010 LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL LICENSE.LibRaw.pdf README LIBRAW_DEPENDENCIES = host-pkgconf LIBRAW_CXXFLAGS = $(TARGET_CXXFLAGS)