[oe-commits] chase maupin : libtasn1: inherit lib_package to split GPLv3 packages

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:17 UTC 2012


Module: openembedded.git
Branch: master
Commit: cd57f6999a17c48278b88383cd60b9c3726031f8
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=cd57f6999a17c48278b88383cd60b9c3726031f8

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:02 2012 +0000

libtasn1: inherit lib_package to split GPLv3 packages

* Inherit lib_package to separate out the GPLv3 binaries from the
  LGPLv2.1 libraries
* Bump the PR

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gnutls/libtasn1_1.7.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb
index 65b6321..0603949 100644
--- a/recipes/gnutls/libtasn1_1.7.bb
+++ b/recipes/gnutls/libtasn1_1.7.bb
@@ -3,11 +3,11 @@ LICENSE = "GPLv3+ LGPLv2.1+"
 LICENSE_${PN}-bin = "GPLv3+"
 LICENSE_${PN} = "LGPLv2.1+"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
 
-inherit autotools binconfig
+inherit autotools binconfig lib_package
 
 SRC_URI[md5sum] = "ebfd69b3514d8e8830057f0e9df6a5f9"
 SRC_URI[sha256sum] = "9431f8e41acbeb5b5b89ec87a092b1a1fe9ef0a229a9a90806f4774707ca1f1f"





More information about the Openembedded-commits mailing list