diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-22 17:21:30 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-22 22:21:11 +0300 |
commit | d47d5ded5d38c15a596d7a4837500b3e4390120c (patch) | |
tree | 360876ff4c79ef9ec3ca6bfb3dee1fe28a1b92eb | |
parent | ec139cc88b18e0cd1895f3eb05d11e9081f277b0 (diff) |
libnfnetlink: add version 1.0.0
Signed-off-by: Roman I Khimov <khimov@altell.ru>
-rw-r--r-- | recipes/libnfnetlink/libnfnetlink.inc | 2 | ||||
-rw-r--r-- | recipes/libnfnetlink/libnfnetlink_1.0.0.bb | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/recipes/libnfnetlink/libnfnetlink.inc b/recipes/libnfnetlink/libnfnetlink.inc index 2bb3d3dcfc..035f1fe5f5 100644 --- a/recipes/libnfnetlink/libnfnetlink.inc +++ b/recipes/libnfnetlink/libnfnetlink.inc @@ -9,7 +9,7 @@ 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" +SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}" inherit autotools_stage pkgconfig diff --git a/recipes/libnfnetlink/libnfnetlink_1.0.0.bb b/recipes/libnfnetlink/libnfnetlink_1.0.0.bb new file mode 100644 index 0000000000..b0eac2adf1 --- /dev/null +++ b/recipes/libnfnetlink/libnfnetlink_1.0.0.bb @@ -0,0 +1,6 @@ +include libnfnetlink.inc + +PR = "${INC_PR}.0" + +SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8" +SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
\ No newline at end of file |