package/uhd: fix typo
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 17 Nov 2020 20:19:41 +0000 (21:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 Nov 2020 22:50:01 +0000 (23:50 +0100)
Replace ENABLE_DPKD by ENABLE_DPDK to fix the following error:

  Manually-specified variables were not used by the project:

    BUILD_DOC
    BUILD_DOCS
    BUILD_EXAMPLE
    BUILD_EXAMPLES
    BUILD_TEST
    BUILD_TESTING
    BUILD_TESTS
    ENABLE_DPKD

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uhd/uhd.mk

index adb7579019a9e2c121784affd795fa6765ff187d..2a40efdd2339326b1cb07d4312bd02bb2ef4deaa 100644 (file)
@@ -23,7 +23,7 @@ UHD_CONF_OPTS = \
        -DRUNTIME_PYTHON_EXECUTABLE=/usr/bin/python \
        -DENABLE_C_API=ON \
        -DENABLE_DOXYGEN=OFF \
-       -DENABLE_DPKD=OFF \
+       -DENABLE_DPDK=OFF \
        -DENABLE_LIBUHD=ON \
        -DENABLE_N230=OFF \
        -DENABLE_N300=OFF \