From 9c637acc4db71856ff35283243684f7fe7236473 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sun, 2 Aug 2009 00:51:44 +0200 Subject: [PATCH] libnxml.inc: Fix INC_PR from "0" to "r0". --- recipes/libnxml/libnxml.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5