diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-08-14 12:27:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:25 +0100 |
commit | 5b8a9e3980af028ee26bca5003121983ca87bf82 (patch) | |
tree | e5e11ae155cd35e3bd1c3f67f0dc0cefc875b6c7 /meta/recipes-sato | |
parent | efcb0a81d8ab5d8e250c677cd6919b19172683d1 (diff) | |
download | poky-5b8a9e3980af028ee26bca5003121983ca87bf82.tar.gz |
rxvt-unicode: remove setting of LD_LIBRARY_PATH
This is no longer needed as we do not run tic at install time
(From OE-Core rev: c73ab3c1ef27af0577617b0d992da535958b0aed)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb index 2415ba53c4..1f144e606d 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb | |||
@@ -28,10 +28,6 @@ ALTERNATIVE_PATH = "${bindir}/rxvt" | |||
28 | 28 | ||
29 | CFLAGS_append = " -fpermissive" | 29 | CFLAGS_append = " -fpermissive" |
30 | 30 | ||
31 | # This is necessary so that the "tic" command executed during the install can | ||
32 | # link with the correct libary in staging. | ||
33 | export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}" | ||
34 | |||
35 | EXTRA_OECONF = "--enable-menubar --enable-xim \ | 31 | EXTRA_OECONF = "--enable-menubar --enable-xim \ |
36 | --enable-utmp --enable-wtmp --enable-lastlog \ | 32 | --enable-utmp --enable-wtmp --enable-lastlog \ |
37 | --disable-strings --with-term=rxvt --enable-keepscrolling \ | 33 | --disable-strings --with-term=rxvt --enable-keepscrolling \ |