From: Richard Purdie Date: Fri, 15 Oct 2010 15:38:24 +0000 (+0100) Subject: libtasn1: Comment out the RREPLACES as it causes problems with rpm backend X-Git-Tag: 2011-1~4227 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd59449f5b906bf5941fef0e940f5b651e4cf284;p=openembedded-core.git 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 --- 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"