> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Monday, May 09, 2016 10:09 AM > To: [email protected] > Subject: [meta-arago] [PATCH] systemd: provide symlink to libudev.so.0, > required by SGX libs/bins > > From: Denys Dmytriyenko <[email protected]> > > 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 <[email protected]> > --- > 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"
PR_append should begin with a ".", not a "-". Otherwise builds with PR service, and buildhistory will fail as the version goes backwards. http://www.openembedded.org/wiki/Versioning_Policy > + > +do_install_append() { > + install -d ${D}/${base_libdir} > + ln -sf libudev.so.1 ${D}${base_libdir}/libudev.so.0 > +} > -- > 2.2.0 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
