aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2019-08-28 15:53:37 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-29 09:06:54 -0700
commitf2487da39452ee150177daf3af93d1a54e3acf2d (patch)
tree746075fc0fde9ece1747a7325d5b2d40f854f3a3 /meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb
parent23adcea49542da2ce2906ff862201cd9f6c37f35 (diff)
downloadmeta-openembedded-contrib-f2487da39452ee150177daf3af93d1a54e3acf2d.tar.gz
ifmetric: add initial recipe based on Debian packaging and patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb')
-rw-r--r--meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb b/meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb
new file mode 100644
index 0000000000..4ee7c42a35
--- /dev/null
+++ b/meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Set routing metrics for a network interface"
+
+LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "http://0pointer.de/lennart/projects/ifmetric/ifmetric-${PV}.tar.gz \
+ file://ifmetric.8_typo.patch \
+ file://ifmetric.c_netlink-invalid-arg.patch \
+ file://ifmetric.c_typo.patch \
+ file://nlrequest.c_packet-too-small_fix.patch"
+SRC_URI[md5sum] = "74aa3f5ee8aca16a87e124ddcc64fa36"
+SRC_URI[sha256sum] = "0fa8510a4e34e555f136f9df81d26618313f2d69a4880c0fb5967f19502f1aec"
+
+inherit autotools
+
+# disable lynx support for now
+EXTRA_OECONF = "--disable-lynx"