| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-52-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28169/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/pango/pango_1.24.4.bb b/recipes/pango/pango_1.24.4.bb index 84af64f..7356d28 100644 --- a/recipes/pango/pango_1.24.4.bb +++ b/recipes/pango/pango_1.24.4.bb @@ -1,6 +1,8 @@ require pango.inc -PR = "${INC_PR}.1" +LICENSE = "LGPLv2+" + +PR = "${INC_PR}.2" SRC_URI += "file://CVE-2010-0421.patch"
* Updated LICENSE field version from generic LGPL to LGPLv2+ 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/pango/pango_1.24.4.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)