mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
ntp: Stop building and delivering ntpdate
ntpdate has been deprecated. meta-openembedded@6315006aadd in theory dropped it, but in practice the binary was still being built and shipped, but now as part of ntp-utils package. To avoid this, let's patch it out of the build. Signed-off-by: Michal Sieron <michal.sieron@nokia.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
From 65d2d8a7c335dd6a815aaa37bf954b2862852949 Mon Sep 17 00:00:00 2001
|
||||
From: Michal Sieron <michal.sieron@nokia.com>
|
||||
Date: Thu, 20 Aug 2026 09:54:37 +0200
|
||||
Subject: [PATCH] Makefile.am: Don't build deprecated ntpdate
|
||||
|
||||
ntpdate has been deprecated. meta-openembedded@6315006aadd in theory
|
||||
dropped it, but in practice the binary was still being built and
|
||||
shipped, but now as part of ntp-utils package.
|
||||
To avoid this, let's patch it out of the build.
|
||||
|
||||
Upstream-Status: Inappropriate [OE specific]
|
||||
---
|
||||
Makefile.am | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 1967f98a0..5b49acee0 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -11,7 +11,6 @@ SUBDIRS = \
|
||||
sntp \
|
||||
libparse \
|
||||
ntpd \
|
||||
- ntpdate \
|
||||
ntpdc \
|
||||
ntpq \
|
||||
ntpsnmpd \
|
||||
@@ -19,6 +19,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
|
||||
file://0001-include-fix-build-failure-with-glibc-2.43-_Generic-m.patch \
|
||||
file://0001-ITS-10011-build-fix-compatibility-with-stricter-C99-.patch \
|
||||
file://0001-colcomp-sntp-libpkgver-colcomp.c-Convert-K-R-functio.patch \
|
||||
file://0001-Makefile.am-Don-t-build-deprecated-ntpdate.patch \
|
||||
file://ntpd \
|
||||
file://ntp.conf \
|
||||
file://ntpd.service \
|
||||
|
||||
Reference in New Issue
Block a user