meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-arago@lists.yoctoproject.org
Cc: Denys Dmytriyenko <denys@konsulko.com>
Subject: [master][PATCH 2/2] libnl: update for 3.9.0
Date: Thu,  1 Feb 2024 12:40:29 -0500	[thread overview]
Message-ID: <20240201174029.2592430-2-denis@denix.org> (raw)
In-Reply-To: <20240201174029.2592430-1-denis@denix.org>

From: Denys Dmytriyenko <denys@konsulko.com>

Update bbappend for 3.9.0 release. The location of the private headers has
changed slightly, adjust accordingly.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../libnl/{libnl_3.7.0.bbappend => libnl_3.9.0.bbappend}   | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta-arago-distro/recipes-support/libnl/{libnl_3.7.0.bbappend => libnl_3.9.0.bbappend} (22%)

diff --git a/meta-arago-distro/recipes-support/libnl/libnl_3.7.0.bbappend b/meta-arago-distro/recipes-support/libnl/libnl_3.9.0.bbappend
similarity index 22%
rename from meta-arago-distro/recipes-support/libnl/libnl_3.7.0.bbappend
rename to meta-arago-distro/recipes-support/libnl/libnl_3.9.0.bbappend
index 523335c4..26c9b6de 100644
--- a/meta-arago-distro/recipes-support/libnl/libnl_3.7.0.bbappend
+++ b/meta-arago-distro/recipes-support/libnl/libnl_3.9.0.bbappend
@@ -2,7 +2,8 @@ PR:append = ".arago0"
 
 do_install:append() {
 #   Install private files to allow libnl extensions
-    install -d ${D}${includedir}/netlink-private
-    cp -r ${S}/include/netlink-private/cache-api.h ${D}${includedir}/netlink-private/
-    cp -r ${S}/include/netlink-private/object-api.h ${D}${includedir}/netlink-private/
+    install -d ${D}${includedir}/nl-priv-dynamic-core
+    cp -r ${S}/include/nl-priv-dynamic-core/cache-api.h ${D}${includedir}/nl-priv-dynamic-core/
+    cp -r ${S}/include/nl-priv-dynamic-core/object-api.h ${D}${includedir}/nl-priv-dynamic-core/
+    cp -r ${S}/include/nl-priv-dynamic-core/nl-core.h ${D}${includedir}/nl-priv-dynamic-core/
 }
-- 
2.25.1



      reply	other threads:[~2024-02-01 17:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-01 17:40 [master][PATCH 1/2] weston: update to version 13 Denys Dmytriyenko
2024-02-01 17:40 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240201174029.2592430-2-denis@denix.org \
    --to=denis@denix.org \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).