[oe-commits] Roman I Khimov : iptables: add 1.4.9.1 version

git version control git at git.openembedded.org
Sun Aug 22 16:10:43 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Aug 20 13:08:15 2010 +0400

iptables: add 1.4.9.1 version

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

---

 recipes/iptables/iptables_1.4.9.1.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/iptables/iptables_1.4.9.1.bb b/recipes/iptables/iptables_1.4.9.1.bb
new file mode 100644
index 0000000..8e01b59
--- /dev/null
+++ b/recipes/iptables/iptables_1.4.9.1.bb
@@ -0,0 +1,15 @@
+require iptables.inc
+inherit autotools
+EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
+                ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
+
+PR = "${INC_PR}.0"
+
+SRC_URI[iptables-1.4.9.1.md5sum] = "fbadfb0b5f2dbda49e0ad06a798898e3"
+SRC_URI[iptables-1.4.9.1.sha256sum] = "0550f7ba7a170811dcf9b2df65036999786d84040b767238effc40232f617839"
+
+do_install_append() {
+	install -d ${D}${docdir}/xtables
+	mv ${D}${datadir}/xtables/* ${D}${docdir}/xtables/
+	rm -fr ${D}${datadir}/xtables
+}
\ No newline at end of file





More information about the Openembedded-commits mailing list