keyutils: use relative path for symlink 35/25835/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 5 Aug 2014 13:06:47 +0000 (15:06 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 5 Aug 2014 13:06:47 +0000 (15:06 +0200)
Using full paths links against the host libs.

Change-Id: Iec9b407a32df35f51d8c656744814b4a13e1cc95
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/keyutils/keyutils-extraconf.inc

index e95ea02..c97ff75 100644 (file)
@@ -1,3 +1,7 @@
 do_install_prepend() {
     RPM_BUILD_ROOT=${D}
 }
+
+do_install_append() {
+    ln -snf ../../lib/libkeyutils.so.1 ${D}/usr/lib/libkeyutils.so
+}
\ No newline at end of file