All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd: provide symlink to libudev.so.0, required by SGX libs/bins
@ 2016-05-09 14:08 Denys Dmytriyenko
  2016-05-10 14:14 ` Stiffler, Jacob
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-05-09 14:08 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

eudev and systemd bumped major version number to libudev.so.1, but SGX has
version 0 hardcoded. Symlink for now, until binaries can be rebuilt.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/systemd/systemd_%.bbappend | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 meta-arago-distro/recipes-core/systemd/systemd_%.bbappend

diff --git a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
new file mode 100644
index 0000000..05c8e34
--- /dev/null
+++ b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
@@ -0,0 +1,6 @@
+PR_append = "-arago0"
+
+do_install_append() {
+    install -d ${D}/${base_libdir}
+    ln -sf libudev.so.1 ${D}${base_libdir}/libudev.so.0
+}
-- 
2.2.0



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

end of thread, other threads:[~2016-05-10 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09 14:08 [PATCH] systemd: provide symlink to libudev.so.0, required by SGX libs/bins Denys Dmytriyenko
2016-05-10 14:14 ` Stiffler, Jacob
2016-05-10 14:32   ` Dmytriyenko, Denys
2016-05-10 19:13     ` 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.