aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 09:46:24 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:48 -0500
commit1ddc3be406b619fa0aeb02af9170c0e659d47bbc (patch)
tree9d72dd301ff9518b288d1098785a14e53009b84c
parenta8c2d9183b12a30de4b8818652c5fa045f97cf12 (diff)
downloadopenembedded-1ddc3be406b619fa0aeb02af9170c0e659d47bbc.tar.gz
x264: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
-rw-r--r--recipes/vlc/x264_r2245.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index 0cffea3278..bc4b584dfe 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "H.264 encoder"
-LICENSE = "GPL"
-PR = "r8"
+LICENSE = "GPLv2+"
+PR = "r9"
X264PV = "snapshot-20100531-2245"