aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-01 13:07:23 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-05 22:49:35 -0700
commit82620f8f46f5495da2d02e2b6c6b99f752dc40ed (patch)
treeb07158f3f7b524661e68866fd81fc8b3dced7df5 /meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
parent014326ebcaf757086ce3f4e594fd32653199cd9d (diff)
downloadmeta-openembedded-contrib-82620f8f46f5495da2d02e2b6c6b99f752dc40ed.tar.gz
linux-atm: Remove AC_CHECK_LIB for libresolv
libatm uses res_search which is provided by libc now a days in both glibc and musl, we dont need to error out if libresolv is not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb')
-rw-r--r--meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
index 70125102cd..86b9112ba2 100644
--- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
+++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
@@ -15,6 +15,7 @@ SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${P
file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \
file://0001-make-Add-PREFIX-knob.patch \
file://0001-include-string-h-from-memcpy-and-strcpy-function-pro.patch \
+ file://0001-configure-Check-for-symbol-from-libresolv-instead-of.patch \
"
SRC_URI:append:libc-musl = " file://musl-no-on_exit.patch"