| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-33-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28119/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/mpeg2dec/mpeg2dec_0.4.0b.bb b/recipes/mpeg2dec/mpeg2dec_0.4.0b.bb index 8b1f81b..ac55c2b 100644 --- a/recipes/mpeg2dec/mpeg2dec_0.4.0b.bb +++ b/recipes/mpeg2dec/mpeg2dec_0.4.0b.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video HOMEPAGE = "http://libmpeg2.sourceforge.net/" SECTION = "libs" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv2+" DEPENDS = "virtual/libsdl" -PR = "r5" +PR = "r6" SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" S = "${WORKDIR}/mpeg2dec-0.4.0"
* Updated LICENSE field version from generic GPL to GPLv2+ 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> --- recipes/mpeg2dec/mpeg2dec_0.4.0b.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)