diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:25 +0000 |
commit | 42947da333b4844daf09b92d965a4438978dc3e4 (patch) | |
tree | a14adf621ab28f27a4e0b6c163c0b8fd9a35262f /meta/recipes-support/gnutls | |
parent | 0e67d3c83f541bedeb68dfb421fa45ca2d0280ff (diff) | |
download | poky-42947da333b4844daf09b92d965a4438978dc3e4.tar.gz |
gnutls: separate B and S
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
(From OE-Core rev: 84f4be762fbf044cfe76de4929e1101357feecef)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.3.11.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 12b26cc97d..45fb529fa1 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -17,7 +17,7 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1] | |||
17 | 17 | ||
18 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" | 18 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" |
19 | 19 | ||
20 | inherit autotools-brokensep texinfo binconfig pkgconfig gettext lib_package | 20 | inherit autotools texinfo binconfig pkgconfig gettext lib_package |
21 | 21 | ||
22 | EXTRA_OECONF="--disable-rpath \ | 22 | EXTRA_OECONF="--disable-rpath \ |
23 | --with-included-libtasn1 \ | 23 | --with-included-libtasn1 \ |
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.11.bb b/meta/recipes-support/gnutls/gnutls_3.3.11.bb index 320c510843..1cf3a747f1 100644 --- a/meta/recipes-support/gnutls/gnutls_3.3.11.bb +++ b/meta/recipes-support/gnutls/gnutls_3.3.11.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require gnutls.inc | 1 | require gnutls.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | 5 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ |
4 | " | 6 | " |
5 | SRC_URI[md5sum] = "b657e3010c10cae2244e7ce79ee3d446" | 7 | SRC_URI[md5sum] = "b657e3010c10cae2244e7ce79ee3d446" |