[bootlin/training-materials updates] master: sysdev: slides: buildsystems: update libmnl recipe to upstream (11ec21ea)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Dec 15 11:14:41 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/11ec21ea4b34ef1be7f5af739457b267be5b85aa

>---------------------------------------------------------------

commit 11ec21ea4b34ef1be7f5af739457b267be5b85aa
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Dec 15 11:05:35 2022 +0100

    sysdev: slides: buildsystems: update libmnl recipe to upstream
    
    Upstream dropped the pretty uncommon 'name' parameter in SRC_URI. This
    helps readability so let's update for the sake of our trainees.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

11ec21ea4b34ef1be7f5af739457b267be5b85aa
 slides/sysdev-build-systems/sysdev-build-systems.tex | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-build-systems/sysdev-build-systems.tex b/slides/sysdev-build-systems/sysdev-build-systems.tex
index 813efb33..e698d1b8 100644
--- a/slides/sysdev-build-systems/sysdev-build-systems.tex
+++ b/slides/sysdev-build-systems/sysdev-build-systems.tex
@@ -453,7 +453,7 @@ $ ls tmp-glibc/deploy/images/stm32mp1/
 \end{frame}
 
 \begin{frame}[fragile]{Yocto recipe example}
-  \begin{block}{{\tt openembedded-core/tree/meta/recipes-extended/libmnl/libmnl\_1.0.4.bb}}
+  \begin{block}{{\tt openembedded-core/tree/meta/recipes-extended/libmnl/libmnl\_1.0.5.bb}}
     {\tiny
 \begin{verbatim}
 SUMMARY = "Minimalistic user-space Netlink utility library"
@@ -464,9 +464,8 @@ SECTION = "libs"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar"
-SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d"
-SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81"
+SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2"
+SRC_URI[sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525"
 
 inherit autotools pkgconfig
 




More information about the training-materials-updates mailing list