]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtasn1: Comment out the RREPLACES as it causes problems with rpm backend
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 15:38:24 +0000 (16:38 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 15:38:24 +0000 (16:38 +0100)
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>
meta/recipes-support/gnutls/libtasn1_2.7.bb

index 11a7dc50558f618067cdebda9b3ae7c9630d4f81..8dc62656db4469a3abfb9f6c2ab6ad165ba71f19 100644 (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"