summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-22 17:15:31 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-23 15:15:31 -0700
commit96bf8c25c9da00b0652bc05705327fb199a35d02 (patch)
tree7af16634e01aede67a704f0a6d5931581fb28d7e /meta-oe/recipes-support
parent1df8acab7d267c1ed1b6ee9b85c5b9aabd20e099 (diff)
downloadmeta-openembedded-96bf8c25c9da00b0652bc05705327fb199a35d02.tar.gz
asio: upgrade 1.28.0 -> 1.30.2
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/asio/asio_1.30.2.bb (renamed from meta-oe/recipes-support/asio/asio_1.28.0.bb)9
-rw-r--r--meta-oe/recipes-support/asio/files/0001-Add-the-pkgconfigdir-location.patch30
2 files changed, 3 insertions, 36 deletions
diff --git a/meta-oe/recipes-support/asio/asio_1.28.0.bb b/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"
8 8
9DEPENDS = "openssl" 9DEPENDS = "openssl"
10 10
11SRC_URI = " \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
12 ${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2 \
13 file://0001-Add-the-pkgconfigdir-location.patch \
14"
15 12
16inherit autotools 13inherit autotools
17 14
18ALLOW_EMPTY:${PN} = "1" 15ALLOW_EMPTY:${PN} = "1"
19 16
20LIC_FILES_CHKSUM = "file://COPYING;md5=ff668366bbdb687b6029d33a5fe4b999" 17LIC_FILES_CHKSUM = "file://COPYING;md5=2bfc909e030aeafefa72f764165b8d07"
21 18
22SRC_URI[sha256sum] = "d0ddc2361abd2f4c823e970aaf8e28b4b31ab21b1a68af16b114fc093661e232" 19SRC_URI[sha256sum] = "9f12cef05c0477eace9c68ccabd19f9e3a04b875d4768c323714cbd3a5fa3c2b"
23 20
24PACKAGECONFIG ??= "boost" 21PACKAGECONFIG ??= "boost"
25 22
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 @@
1From 248e87869d748cfb72d3a5d3b2b91ad178172e30 Mon Sep 17 00:00:00 2001
2From: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com>
3Date: Tue, 9 May 2023 12:48:29 +0200
4Subject: [PATCH] Add the pkgconfigdir location
5
6This change is necessary, because while building asio in yocto the
7compilation is failing and is complaining because the variable is
8undefined
9
10Signed-off-by: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com>
11Upstream-Status: Submitted [https://github.com/chriskohlhoff/asio/pull/1294]
12---
13 asio/Makefile.am | 1 +
14 1 file changed, 1 insertion(+)
15
16diff --git a/Makefile.am b/Makefile.am
17index b7760851..bc4f75b3 100644
18--- a/Makefile.am
19+++ b/Makefile.am
20@@ -1,6 +1,7 @@
21 AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip
22
23 pkgconfig_DATA = asio.pc
24+pkgconfigdir = $(libdir)/pkgconfig
25
26 SUBDIRS = include src
27
28--
292.34.1
30