]> code.ossystems Code Review - openembedded-core.git/commitdiff
rxvt-unicode: remove setting of LD_LIBRARY_PATH
authorSaul Wold <sgw@linux.intel.com>
Tue, 14 Aug 2012 09:27:47 +0000 (12:27 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2012 13:16:38 +0000 (14:16 +0100)
This is no longer needed as we do not run tic at install time

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb

index 2415ba53c4f8c0ae5de7a0cbb2ae3a779558766f..1f144e606d7693e2331ac0a9bbe2490b687162c9 100644 (file)
@@ -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 \