From: Scott Garman Date: Mon, 16 Aug 2010 22:00:38 +0000 (-0700) Subject: at.inc: remove unneeded LIBS setting X-Git-Tag: yocto-4.0~44441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c301b9640f46ab0f9b8a723f4b4eba6d630c7a4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git at.inc: remove unneeded LIBS setting Signed-off-by: Scott Garman --- diff --git a/meta/packages/at/at.inc b/meta/packages/at/at.inc index 2ced0c2a9fb..64ae9c2b6ab 100644 --- a/meta/packages/at/at.inc +++ b/meta/packages/at/at.inc @@ -6,8 +6,6 @@ RREPLACES_${PN} = "atd" inherit autotools -export LIBS = "-L${STAGING_LIBDIR}" - do_install () { oe_runmake "IROOT=${D}" install }