diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-08-12 13:15:57 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
| commit | 328b1fb12b6a10ebd473df9a52533396dd8d8ea0 (patch) | |
| tree | 1cf501ae61b533796e32b4f1a99ee733778a8f16 | |
| parent | 2dae71f7cd842fd08b5f9cc390ec93194638ca1d (diff) | |
| download | meta-openembedded-328b1fb12b6a10ebd473df9a52533396dd8d8ea0.tar.gz | |
daq: Upgrade to 2.0.7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/daq/daq_2.0.7.bb (renamed from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb index 42ffb17a1f..8e5ee66a2a 100644 --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb +++ b/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \ | |||
| 12 | file://disable-run-test-program-while-cross-compiling.patch \ | 12 | file://disable-run-test-program-while-cross-compiling.patch \ |
| 13 | file://0001-correct-the-location-of-unistd.h.patch \ | 13 | file://0001-correct-the-location-of-unistd.h.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | SRC_URI[sha256sum] = "bdc4e5a24d1ea492c39ee213a63c55466a2e8114b6a9abed609927ae13a7705e" | |
| 16 | # these 2 create undeclared dependency on libdnet and libnetfilter-queue from meta-networking | 16 | # these 2 create undeclared dependency on libdnet and libnetfilter-queue from meta-networking |
| 17 | # this error from test-dependencies script: | 17 | # this error from test-dependencies script: |
| 18 | # daq/daq/latest lost dependency on libdnet libmnl libnetfilter-queue libnfnetlink | 18 | # daq/daq/latest lost dependency on libdnet libmnl libnetfilter-queue libnfnetlink |
| @@ -25,9 +25,6 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include | |||
| 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 27 | 27 | ||
| 28 | SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c" | ||
| 29 | SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb" | ||
| 30 | |||
| 31 | inherit autotools | 28 | inherit autotools |
| 32 | 29 | ||
| 33 | DISABLE_STATIC = "" | 30 | DISABLE_STATIC = "" |
