From: Leon Woestenberg Date: Sat, 1 Aug 2009 22:51:44 +0000 (+0200) Subject: libnxml.inc: Fix INC_PR from "0" to "r0". X-Git-Tag: Release-2010-05/1~2829 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c637acc4db71856ff35283243684f7fe7236473;p=openembedded.git libnxml.inc: Fix INC_PR from "0" to "r0". --- diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc index aa9c783164..7a777dab1a 100644 --- a/recipes/libnxml/libnxml.inc +++ b/recipes/libnxml/libnxml.inc @@ -4,7 +4,7 @@ LICENSE = "LGPL" DEPENDS = "curl" -INC_PR = "0" +INC_PR = "r0" inherit autotools pkgconfig