[oe-commits] Chase Maupin : libxv: Update LICENSE field version to MIT-style

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:54 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 2e552c6fdcba25e9e73976c2e80b06bcbd169607
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=2e552c6fdcba25e9e73976c2e80b06bcbd169607

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 09:50:03 2012 -0500

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 at ti.com>

---

 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"





More information about the Openembedded-commits mailing list