summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/rxvt-unicode
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-08-14 12:27:47 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 14:16:38 +0100
commitc73ab3c1ef27af0577617b0d992da535958b0aed (patch)
tree363b6cb420988e32e35601bb1d4b5eb4919287ba /meta/recipes-sato/rxvt-unicode
parenteb17fdc1461953382360635480f12357eac4dc43 (diff)
downloadopenembedded-core-contrib-c73ab3c1ef27af0577617b0d992da535958b0aed.tar.gz
rxvt-unicode: remove setting of LD_LIBRARY_PATH
This is no longer needed as we do not run tic at install time Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/rxvt-unicode')
-rw-r--r--meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb4
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"
CFLAGS_append = " -fpermissive"
-# This is necessary so that the "tic" command executed during the install can
-# link with the correct libary in staging.
-export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
-
EXTRA_OECONF = "--enable-menubar --enable-xim \
--enable-utmp --enable-wtmp --enable-lastlog \
--disable-strings --with-term=rxvt --enable-keepscrolling \