diff options
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-support/xdp-tools/xdp-tools_1.2.8.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dynamic-layers/clang-layer/recipes-support/xdp-tools/xdp-tools_1.2.8.bb b/dynamic-layers/clang-layer/recipes-support/xdp-tools/xdp-tools_1.2.8.bb index 99c435d..7cd49a0 100644 --- a/dynamic-layers/clang-layer/recipes-support/xdp-tools/xdp-tools_1.2.8.bb +++ b/dynamic-layers/clang-layer/recipes-support/xdp-tools/xdp-tools_1.2.8.bb | |||
@@ -21,13 +21,11 @@ S = "${WORKDIR}/git" | |||
21 | 21 | ||
22 | inherit pkgconfig | 22 | inherit pkgconfig |
23 | 23 | ||
24 | EXTRA_OEMAKE += "PREFIX=${D}${prefix} LIBDIR=${D}${libdir}" | 24 | EXTRA_OEMAKE += "PREFIX=${D}${prefix} LIBDIR=${D}${libdir} BUILD_STATIC_ONLY=1 PRODUCTION=1" |
25 | 25 | ||
26 | export STAGING_INCDIR | 26 | CFLAGS += "-fPIC" |
27 | 27 | ||
28 | do_configure:prepend () { | 28 | export STAGING_INCDIR |
29 | export DYNAMIC_LIBXDP=1 | ||
30 | } | ||
31 | 29 | ||
32 | do_install () { | 30 | do_install () { |
33 | oe_runmake install | 31 | oe_runmake install |