From: Scott Garman Date: Mon, 16 Aug 2010 22:00:38 +0000 (-0700) Subject: at.inc: remove unneeded LIBS setting X-Git-Tag: 2011-1~4741 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7c301b9640f46ab0f9b8a723f4b4eba6d630c7a4;p=openembedded-core.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 2ced0c2a9f..64ae9c2b6a 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 }