From fd59449f5b906bf5941fef0e940f5b651e4cf284 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 15 Oct 2010 16:38:24 +0100 Subject: libtasn1: Comment out the RREPLACES as it causes problems with rpm backend Since we've never distributed binary feeds this isn't a problem for now for Poky and as it stands this line breaks images. [BUGID #442] Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/libtasn1_2.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/gnutls') diff --git a/meta/recipes-support/gnutls/libtasn1_2.7.bb b/meta/recipes-support/gnutls/libtasn1_2.7.bb index 11a7dc5055..8dc62656db 100644 --- a/meta/recipes-support/gnutls/libtasn1_2.7.bb +++ b/meta/recipes-support/gnutls/libtasn1_2.7.bb @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351" -RREPLACES_${PN}-bin = "libtasn1 (<< 2.7)" +#RREPLACES_${PN}-bin = "libtasn1 (<< 2.7)" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf