]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: separate B and S
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Jan 2015 03:08:51 +0000 (19:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:44 +0000 (23:06 +0000)
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-support/gnutls/gnutls.inc
meta/recipes-support/gnutls/gnutls_3.3.11.bb

index 12b26cc97d7bdc32f9c33f5e36eae7cde145865a..45fb529fa1c2c07b98c39687284c1f223286ec79 100644 (file)
@@ -17,7 +17,7 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]
 
 SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz"
 
-inherit autotools-brokensep texinfo binconfig pkgconfig gettext lib_package
+inherit autotools texinfo binconfig pkgconfig gettext lib_package
 
 EXTRA_OECONF="--disable-rpath \
               --with-included-libtasn1 \
index 320c510843407104bc57d8507307f61cb52d34bc..1cf3a747f1701d1d347974fea221466f32a98b86 100644 (file)
@@ -1,5 +1,7 @@
 require gnutls.inc
 
+PR = "r1"
+
 SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
            "
 SRC_URI[md5sum] = "b657e3010c10cae2244e7ce79ee3d446"