change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / gnutls / libtasn1_1.7.bb
1 DESCRIPTION = "Library for ASN.1 and DER manipulation"
2 LICENSE = "LGPL"
3
4 PR = "r1"
5
6 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
7
8 inherit autotools binconfig
9
10 AUTOTOOLS_STAGE_PKGCONFIG = "1"
11
12 do_stage() {
13         autotools_stage_all
14 }
15