[oe-commits] Leon Woestenberg : libnxml: Use .inc and INC_PR.

git version control git at git.openembedded.org
Sat Aug 1 22:50:35 UTC 2009


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

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

libnxml: Use .inc and INC_PR.

---

 recipes/libnxml/{libnxml_0.16.bb => libnxml.inc} |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/libnxml/libnxml_0.16.bb b/recipes/libnxml/libnxml.inc
similarity index 96%
rename from recipes/libnxml/libnxml_0.16.bb
rename to recipes/libnxml/libnxml.inc
index 6f836d2..0930d5d 100644
--- a/recipes/libnxml/libnxml_0.16.bb
+++ b/recipes/libnxml/libnxml.inc
@@ -4,11 +4,12 @@ LICENSE = "LGPL"
 
 DEPENDS = "curl"
 
+INC_PR = "0"
+
 inherit autotools pkgconfig
 
 SRC_URI = "http://www2.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz"
 
-
 do_stage() {
     autotools_stage_all
 }





More information about the Openembedded-commits mailing list