| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-66-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27681/ |
| State | Accepted |
| Commit | 6f23c1850e561d843ab5d7c8556178b97c16621f |
| Headers | show |
Comments
Patch
diff --git a/recipes/libnfnetlink/libnfnetlink_1.0.0.bb b/recipes/libnfnetlink/libnfnetlink_1.0.0.bb index ef6551e..40ed9c4 100644 --- a/recipes/libnfnetlink/libnfnetlink_1.0.0.bb +++ b/recipes/libnfnetlink/libnfnetlink_1.0.0.bb @@ -1,6 +1,8 @@ include libnfnetlink.inc -PR = "${INC_PR}.0" +LICENSE = "GPLv2+" + +PR = "${INC_PR}.1" SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8" SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
* Updated LICENSE field version from generic LGPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/libnfnetlink/libnfnetlink_1.0.0.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)