| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-34-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27607/ |
| State | Accepted |
| Commit | ddcb3f3ae9c8d2b05d510b5a65f2c8a270aa0b1c |
| Headers | show |
Comments
Patch
diff --git a/recipes/libnl/libnl_2.0.bb b/recipes/libnl/libnl_2.0.bb index d1cbc0b..c79c5e9 100644 --- a/recipes/libnl/libnl_2.0.bb +++ b/recipes/libnl/libnl_2.0.bb @@ -1,6 +1,9 @@ require libnl.inc + +LICENSE = "LGPLv2.1" + PE = "1" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" DEPENDS = "flex-native bison-native"
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/libnl/libnl_2.0.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)