From: Trevor Woerner Date: Tue, 20 Jun 2017 04:04:54 +0000 (-0400) Subject: libdrm-armada: fix license string X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b3658be99a9ae30f61c9ecad2dd037a4b20d118d;p=meta-freescale.git libdrm-armada: fix license string GPL2 -> GPLv2 Signed-off-by: Trevor Woerner Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/drm/libdrm-armada_git.bb b/recipes-graphics/drm/libdrm-armada_git.bb index 6912a77c..937c68d7 100644 --- a/recipes-graphics/drm/libdrm-armada_git.bb +++ b/recipes-graphics/drm/libdrm-armada_git.bb @@ -1,6 +1,6 @@ SUMMARY = "Userspace interface to kernel DRM services" SECTION = "x11/base" -LICENSE = "GPL2 & BSD" +LICENSE = "GPLv2 & BSD" LIC_FILES_CHKSUM = "file://libdrm_lists.h;beginline=1;endline=25;md5=2af1df1026ba1d24c8e7c370e68ed198"