[oe-commits] Koen Kooi : libtasn1: use binconfig

GIT User account git at amethyst.openembedded.net
Wed Nov 19 19:06:26 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d894e391d3c56691674ca3ce00df6172539cc8c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d894e391d3c56691674ca3ce00df6172539cc8c0

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 19 20:05:26 2008 +0100

libtasn1: use binconfig

---

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

diff --git a/packages/gnutls/libtasn1_1.7.bb b/packages/gnutls/libtasn1_1.7.bb
index 1ac335a..f9a4ae6 100644
--- a/packages/gnutls/libtasn1_1.7.bb
+++ b/packages/gnutls/libtasn1_1.7.bb
@@ -1,9 +1,11 @@
 DESCRIPTION = "Library for ASN.1 and DER manipulation"
 LICENSE = "LGPL"
 
+PR = "r1"
+
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
 
-inherit autotools
+inherit autotools binconfig
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 





More information about the Openembedded-commits mailing list