mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
Revert "msmtp: Fix to work with autoconf 2.70"
This reverts commit e8c0012ea036cb962db25a5941619c22e7218985. No longer needed with autoconf 2.71 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
Update to add the required gettext version to work with autoconf 2.70
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
RP - 2021/1/28
|
|
||||||
|
|
||||||
Index: msmtp-1.8.14/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- msmtp-1.8.14.orig/configure.ac
|
|
||||||
+++ msmtp-1.8.14/configure.ac
|
|
||||||
@@ -44,6 +44,7 @@ case "${target}" in *-*-mingw*) LIBS="$L
|
|
||||||
|
|
||||||
dnl Gettext
|
|
||||||
AM_GNU_GETTEXT([external])
|
|
||||||
+AM_GNU_GETTEXT_VERSION([0.21])
|
|
||||||
|
|
||||||
dnl Headers, functions, and types
|
|
||||||
AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/select.h sys/socket.h sys/wait.h netinet/in.h])
|
|
||||||
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
|
UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
|
||||||
|
|
||||||
SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz \
|
SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
|
||||||
file://autoconf270.patch"
|
|
||||||
SRC_URI[sha256sum] = "d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4"
|
SRC_URI[sha256sum] = "d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4"
|
||||||
|
|
||||||
inherit gettext autotools update-alternatives pkgconfig
|
inherit gettext autotools update-alternatives pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user