summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2023-05-02 15:00:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commitaeccadeda808b6ea529384816ca26d037bc09174 (patch)
treed679b5843aafee965131f40b172c41f5ed07e641 /meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch
parent2cd57b3f33803fb5f0bf12044941a2e1cc038b48 (diff)
downloadpoky-aeccadeda808b6ea529384816ca26d037bc09174.tar.gz
apt: Upgrade to v2.6.0
Changes: Rebase patches for upstream changes Remove upstream applied patches Update homepage Update sha256sum for new version (From OE-Core rev: 2e42fb105e474b5ab25f2d2ded55124838b39e8d) Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch')
-rw-r--r--meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch b/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch
index 2837b7f1b3..036ce35963 100644
--- a/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch
+++ b/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch
@@ -15,16 +15,18 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 1 file changed, 7 deletions(-) 15 1 file changed, 7 deletions(-)
16 16
17diff --git a/CMakeLists.txt b/CMakeLists.txt 17diff --git a/CMakeLists.txt b/CMakeLists.txt
18index 3c8ec3f..821a24f 100644 18index be157a55f..54163ae6c 100644
19--- a/CMakeLists.txt 19--- a/CMakeLists.txt
20+++ b/CMakeLists.txt 20+++ b/CMakeLists.txt
21@@ -245,13 +245,6 @@ add_subdirectory(ftparchive) 21@@ -252,15 +252,6 @@ add_subdirectory(ftparchive)
22 add_subdirectory(methods) 22 add_subdirectory(methods)
23 add_subdirectory(test) 23 add_subdirectory(test)
24 24
25-if (USE_NLS) 25-if (USE_NLS)
26-add_subdirectory(po) 26-add_subdirectory(po)
27-endif()
27- 28-
29-if(TARGET update-po AND TARGET update-po4a)
28-# Link update-po4a into the update-po target 30-# Link update-po4a into the update-po target
29-add_dependencies(update-po update-po4a) 31-add_dependencies(update-po update-po4a)
30-endif() 32-endif()
@@ -32,6 +34,3 @@ index 3c8ec3f..821a24f 100644
32 # Create our directories. 34 # Create our directories.
33 install_empty_directories( 35 install_empty_directories(
34 ${CONF_DIR}/apt.conf.d 36 ${CONF_DIR}/apt.conf.d
35--
362.31.0
37