aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:45 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:26:49 +0100
commitc608799ca53412ef861bcdfe73c88d7f2abedded (patch)
tree04a9d412814f284e7fca6a34b4d9436257332344
parentff5ec355367915ecd40b6a16cf97ca194832f7b1 (diff)
downloadopenembedded-c608799ca53412ef861bcdfe73c88d7f2abedded.tar.gz
libxv: Update LICENSE field version to MIT-style
* 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 <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/xorg-lib/libxv_1.0.6.bb4
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 e8b94e2ff3..c2a378813c 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"