summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tunctl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/tunctl')
-rw-r--r--meta-networking/recipes-support/tunctl/tunctl.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/tunctl/tunctl.inc b/meta-networking/recipes-support/tunctl/tunctl.inc
index 07e6dc217d..5b759d32b6 100644
--- a/meta-networking/recipes-support/tunctl/tunctl.inc
+++ b/meta-networking/recipes-support/tunctl/tunctl.inc
@@ -7,6 +7,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz \
7 file://makefile-add-ldflags.patch \ 7 file://makefile-add-ldflags.patch \
8 " 8 "
9 9
10inherit sourceforge-releases
11
10do_compile() { 12do_compile() {
11 oe_runmake tunctl 13 oe_runmake tunctl
12} 14}