[oe-commits] Leon Woestenberg : libnxml.inc: Fix INC_PR from "0" to "r0".

git version control git at git.openembedded.org
Sat Aug 1 22:52:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9c637acc4db71856ff35283243684f7fe7236473
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9c637acc4db71856ff35283243684f7fe7236473

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Aug  2 00:51:44 2009 +0200

libnxml.inc: Fix INC_PR from "0" to "r0".

---

 recipes/libnxml/libnxml.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc
index aa9c783..7a777da 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
 





More information about the Openembedded-commits mailing list