[oe-commits] Roman I Khimov : libnfnetlink: unify versions with .inc file

git version control git at git.openembedded.org
Mon Mar 22 19:24:29 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Mon Mar 22 17:15:45 2010 +0300

libnfnetlink: unify versions with .inc file

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/libnfnetlink/libnfnetlink.inc       |   15 +++++++++++++++
 recipes/libnfnetlink/libnfnetlink_0.0.30.bb |   20 ++------------------
 recipes/libnfnetlink/libnfnetlink_0.0.39.bb |   26 ++------------------------
 3 files changed, 19 insertions(+), 42 deletions(-)

diff --git a/recipes/libnfnetlink/libnfnetlink.inc b/recipes/libnfnetlink/libnfnetlink.inc
new file mode 100644
index 0000000..2bb3d3d
--- /dev/null
+++ b/recipes/libnfnetlink/libnfnetlink.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
+kernel/userspace communication. It provides a generic messaging \
+infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
+nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
+management tools in userspace."
+
+SECTION = "devel/libs"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
+INC_PR = "r0"
+
+SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2"
+
+inherit autotools_stage pkgconfig
+
diff --git a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb
index d3e3cab..5d335a8 100644
--- a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb
+++ b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb
@@ -1,25 +1,9 @@
-DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
-kernel/userspace communication. It provides a generic messaging \
-infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
-nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
-management tools in userspace."
+include libnfnetlink.inc
 
-SECTION = "devel/libs"
-LICENSE = "GPL"
-HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
-PR = "r0"
-
-SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
+PR = "${INC_PR}.0"
 
 do_configure() {
 	gnu-configize
 	libtoolize --force
 	oe_runconf
 }
-
-do_stage() {
-	autotools_stage_all
-}
-
diff --git a/recipes/libnfnetlink/libnfnetlink_0.0.39.bb b/recipes/libnfnetlink/libnfnetlink_0.0.39.bb
index a17a198..23cbea9 100644
--- a/recipes/libnfnetlink/libnfnetlink_0.0.39.bb
+++ b/recipes/libnfnetlink/libnfnetlink_0.0.39.bb
@@ -1,25 +1,3 @@
-DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
-kernel/userspace communication. It provides a generic messaging \
-infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
-nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
-management tools in userspace."
-
-SECTION = "devel/libs"
-LICENSE = "GPL"
-HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
-PR = "r0"
-
-SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
-
-#do_configure() {
-#	gnu-configize
-#	libtoolize --force
-#	oe_runconf
-#}
-
-do_stage() {
-	autotools_stage_all
-}
+include libnfnetlink.inc
 
+PR = "${INC_PR}.0"
\ No newline at end of file





More information about the Openembedded-commits mailing list