at.inc: remove unneeded LIBS setting

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
Scott Garman 2010-08-16 15:00:38 -07:00 committed by Richard Purdie
parent e08ae7ea65
commit 7c301b9640
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ RREPLACES_${PN} = "atd"
inherit autotools
export LIBS = "-L${STAGING_LIBDIR}"
do_install () {
oe_runmake "IROOT=${D}" install
}