diff options
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index 7ff8e449e9..50e30064bd 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc | |||
@@ -16,6 +16,7 @@ INSANE_SKIP_${PN}-dbg += "libdir" | |||
16 | PROVIDES += "virtual/fakeroot" | 16 | PROVIDES += "virtual/fakeroot" |
17 | 17 | ||
18 | MAKEOPTS = "" | 18 | MAKEOPTS = "" |
19 | MAKEOPTS_class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'" | ||
19 | 20 | ||
20 | inherit siteinfo pkgconfig | 21 | inherit siteinfo pkgconfig |
21 | 22 | ||
@@ -115,6 +116,7 @@ do_install () { | |||
115 | } | 116 | } |
116 | 117 | ||
117 | do_install_append_class-native () { | 118 | do_install_append_class-native () { |
119 | chrpath ${D}${bindir}/pseudo -r `chrpath ${D}${bindir}/pseudo | cut -d = -f 2 | sed s/XORIGIN/\\$ORIGIN/` | ||
118 | install -d ${D}${sysconfdir} | 120 | install -d ${D}${sysconfdir} |
119 | # The fallback files should never be modified | 121 | # The fallback files should never be modified |
120 | install -m 444 ${WORKDIR}/fallback-passwd ${D}${sysconfdir}/passwd | 122 | install -m 444 ${WORKDIR}/fallback-passwd ${D}${sysconfdir}/passwd |