1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
-2
View File
@@ -6,8 +6,6 @@ RREPLACES_${PN} = "atd"
inherit autotools
export LIBS = "-L${STAGING_LIBDIR}"
do_install () {
oe_runmake "IROOT=${D}" install
}