From patchwork Mon May 14 16:10:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [45/69] libxv: Update LICENSE field version Date: Mon, 14 May 2012 16:10:10 -0000 From: chase maupin X-Patchwork-Id: 27631 Message-Id: <1337011834-24879-46-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * Updated LICENSE field version from generic GPL to MIT-style to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/xorg-lib/libxv_1.0.6.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xorg-lib/libxv_1.0.6.bb b/recipes/xorg-lib/libxv_1.0.6.bb index e8b94e2..c2a3788 100644 --- a/recipes/xorg-lib/libxv_1.0.6.bb +++ b/recipes/xorg-lib/libxv_1.0.6.bb @@ -1,8 +1,8 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Video extension library" -LICENSE = "GPL" +LICENSE = "MIT-style" DEPENDS += "libxext videoproto" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI[archive.md5sum] = "e292445a64b63e918bbc8b6aae6391dd" SRC_URI[archive.sha256sum] = "e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee"