diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-04-12 16:21:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 12:05:52 +0100 |
commit | 554cac7d13bae47999aabaa5cabb4173e7e75812 (patch) | |
tree | 26bb0dbf38f62a8e2e4a2f7ec0bd91eb5459144d /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | fb918fb4db0867f97123de95f69d188f7d601168 (diff) | |
download | poky-554cac7d13bae47999aabaa5cabb4173e7e75812.tar.gz |
pseudo: Tell pseudo to avoid specifying an RPATH
[Yocto #2251]
Add --without-rpath to avoid embedding rpaths into the pseudo
components.
(From OE-Core rev: ae978e9671fdbcb31e306308bfb816b4bd2b2496)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 9414c79b78..78572759e8 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -2,7 +2,7 @@ require pseudo.inc | |||
2 | 2 | ||
3 | SRCREV = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c" | 3 | SRCREV = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c" |
4 | PV = "1.3+git${SRCPV}" | 4 | PV = "1.3+git${SRCPV}" |
5 | PR = "r22" | 5 | PR = "r23" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||