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 <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-10-15 16:38:24 +01:00
parent d3099f8f5c
commit fd59449f5b
1 changed files with 2 additions and 2 deletions

View File

@ -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"