summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-kernel/netmap/netmap_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-kernel/netmap/netmap_git.bb')
-rw-r--r--meta-networking/recipes-kernel/netmap/netmap_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-kernel/netmap/netmap_git.bb b/meta-networking/recipes-kernel/netmap/netmap_git.bb
index f15a626cb..a0285851a 100644
--- a/meta-networking/recipes-kernel/netmap/netmap_git.bb
+++ b/meta-networking/recipes-kernel/netmap/netmap_git.bb
@@ -1,6 +1,7 @@
1require netmap.inc 1require netmap.inc
2 2
3DEPENDS = "netmap-modules" 3DEPENDS = "netmap-modules"
4PACKAGE_ARCH = "${MACHINE_ARCH}"
4 5
5EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \ 6EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \
6 --kernel-sources=${STAGING_KERNEL_DIR} \ 7 --kernel-sources=${STAGING_KERNEL_DIR} \
@@ -13,8 +14,6 @@ EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \
13 " 14 "
14SRC_URI += "file://0001-testmmap-fix-compile-issue-with-gcc-5.x.patch" 15SRC_URI += "file://0001-testmmap-fix-compile-issue-with-gcc-5.x.patch"
15 16
16do_fetch[depends] += "netmap-modules:do_fetch"
17
18do_configure () { 17do_configure () {
19 cd ${S}/LINUX 18 cd ${S}/LINUX
20 ./configure ${EXTRA_OECONF} 19 ./configure ${EXTRA_OECONF}