summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_2.2.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-20 14:49:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-23 22:51:19 +0000
commit7450cae1d886abe0d6c7b738a9001579c2b530e0 (patch)
treee2b7584c6e76481de70c5e362248a352694af78f /meta/recipes-devtools/apt/apt_2.2.2.bb
parentf0ede019c828249688e2b287b7845f4ebd2d6203 (diff)
downloadopenembedded-core-contrib-7450cae1d886abe0d6c7b738a9001579c2b530e0.tar.gz
apt: Support old resolver as fallback
Not all C libraries implement the new resolver APIs e.g. musl, therefore keep the old interfaces around and choose using __RES version macro which is meant for this kind of work. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_2.2.2.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_2.2.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt_2.2.2.bb b/meta/recipes-devtools/apt/apt_2.2.2.bb
index b838495da8..7ee661d4c8 100644
--- a/meta/recipes-devtools/apt/apt_2.2.2.bb
+++ b/meta/recipes-devtools/apt/apt_2.2.2.bb
@@ -10,8 +10,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/${BPN}_${PV}.tar.xz \
file://0001-Disable-documentation-directory-altogether.patch \
file://0001-Fix-musl-build.patch \
file://0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch \
+ file://0001-srvrec-Keep-support-for-older-resolver.patch \
"
-
+
SRC_URI_append_class-native = " \
file://0001-Do-not-init-tables-from-dpkg-configuration.patch \
file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \