diff mbox series

[meta-oe,01/15] asio: upgrade 1.28.0 -> 1.30.2

Message ID 1713777345-29264-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/15] asio: upgrade 1.28.0 -> 1.30.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 22, 2024, 9:15 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2024.

0001-Add-the-pkgconfigdir-location.patch
included in 1.30.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../asio/{asio_1.28.0.bb => asio_1.30.2.bb}   |  9 ++----
 .../0001-Add-the-pkgconfigdir-location.patch  | 30 -------------------
 2 files changed, 3 insertions(+), 36 deletions(-)
 rename meta-oe/recipes-support/asio/{asio_1.28.0.bb => asio_1.30.2.bb} (67%)
 delete mode 100644 meta-oe/recipes-support/asio/files/0001-Add-the-pkgconfigdir-location.patch
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/asio/asio_1.28.0.bb b/meta-oe/recipes-support/asio/asio_1.30.2.bb
similarity index 67%
rename from meta-oe/recipes-support/asio/asio_1.28.0.bb
rename to meta-oe/recipes-support/asio/asio_1.30.2.bb
index 84074400a..6930381ec 100644
--- a/meta-oe/recipes-support/asio/asio_1.28.0.bb
+++ b/meta-oe/recipes-support/asio/asio_1.30.2.bb
@@ -8,18 +8,15 @@  LICENSE = "BSL-1.0"
 
 DEPENDS = "openssl"
 
-SRC_URI = " \
-    ${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2 \
-    file://0001-Add-the-pkgconfigdir-location.patch \
-"
+SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
 
 inherit autotools
 
 ALLOW_EMPTY:${PN} = "1"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=ff668366bbdb687b6029d33a5fe4b999"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2bfc909e030aeafefa72f764165b8d07"
 
-SRC_URI[sha256sum] = "d0ddc2361abd2f4c823e970aaf8e28b4b31ab21b1a68af16b114fc093661e232"
+SRC_URI[sha256sum] = "9f12cef05c0477eace9c68ccabd19f9e3a04b875d4768c323714cbd3a5fa3c2b"
 
 PACKAGECONFIG ??= "boost"
 
diff --git a/meta-oe/recipes-support/asio/files/0001-Add-the-pkgconfigdir-location.patch b/meta-oe/recipes-support/asio/files/0001-Add-the-pkgconfigdir-location.patch
deleted file mode 100644
index 75f083b0e..000000000
--- a/meta-oe/recipes-support/asio/files/0001-Add-the-pkgconfigdir-location.patch
+++ /dev/null
@@ -1,30 +0,0 @@ 
-From 248e87869d748cfb72d3a5d3b2b91ad178172e30 Mon Sep 17 00:00:00 2001
-From: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com>
-Date: Tue, 9 May 2023 12:48:29 +0200
-Subject: [PATCH] Add the pkgconfigdir location
-
-This change is necessary, because while building asio in yocto the
-compilation is failing and is complaining because the variable is
-undefined
-
-Signed-off-by: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com>
-Upstream-Status: Submitted [https://github.com/chriskohlhoff/asio/pull/1294]
----
- asio/Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Makefile.am b/Makefile.am
-index b7760851..bc4f75b3 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,6 +1,7 @@
- AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip
- 
- pkgconfig_DATA = asio.pc
-+pkgconfigdir = $(libdir)/pkgconfig
- 
- SUBDIRS = include src
- 
--- 
-2.34.1
-