diff options
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-kernel/netmap/netmap_git.bb | 3 |
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 @@ | |||
1 | require netmap.inc | 1 | require netmap.inc |
2 | 2 | ||
3 | DEPENDS = "netmap-modules" | 3 | DEPENDS = "netmap-modules" |
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
4 | 5 | ||
5 | EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \ | 6 | EXTRA_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 | " |
14 | SRC_URI += "file://0001-testmmap-fix-compile-issue-with-gcc-5.x.patch" | 15 | SRC_URI += "file://0001-testmmap-fix-compile-issue-with-gcc-5.x.patch" |
15 | 16 | ||
16 | do_fetch[depends] += "netmap-modules:do_fetch" | ||
17 | |||
18 | do_configure () { | 17 | do_configure () { |
19 | cd ${S}/LINUX | 18 | cd ${S}/LINUX |
20 | ./configure ${EXTRA_OECONF} | 19 | ./configure ${EXTRA_OECONF} |