All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libnl: Add append recipe to expose private files
@ 2015-01-30 23:19 Sam Nelson
  2015-01-30 23:19 ` [PATCH 2/2] libnl-xfrm: Add recipe for libnl-xfrm Sam Nelson
  2015-01-31  2:54 ` [PATCH 1/2] libnl: Add append recipe to expose private files Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Sam Nelson @ 2015-01-30 23:19 UTC (permalink / raw)
  To: meta-arago

- Private files installed are needed to allow xfrm extension of libnl
- Version 3.2.24 already have this patch

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
This is needed temporarily to patch 3.2.22 as the arago preferred version is 3.2.22
---
---
 .../recipes-support/libnl/libnl_3.2.22.bbappend    |    8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend

diff --git a/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend b/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend
new file mode 100644
index 0000000..4885c7d
--- /dev/null
+++ b/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend
@@ -0,0 +1,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/
+}
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-01  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 23:19 [PATCH 1/2] libnl: Add append recipe to expose private files Sam Nelson
2015-01-30 23:19 ` [PATCH 2/2] libnl-xfrm: Add recipe for libnl-xfrm Sam Nelson
2015-01-31  2:54 ` [PATCH 1/2] libnl: Add append recipe to expose private files Denys Dmytriyenko
2015-01-31  3:50   ` Nelson, Sam
2015-02-01  1:25     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.