diff options
author | Scott Garman <sgarman@zenlinux.com> | 2010-08-16 15:00:38 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 13:04:38 +0100 |
commit | 7c301b9640f46ab0f9b8a723f4b4eba6d630c7a4 (patch) | |
tree | 959065b3281cfff383db6021d35e93dde2e3409e | |
parent | e08ae7ea65950721b2d682f90c44e739683e1cdc (diff) | |
download | openembedded-core-7c301b9640f46ab0f9b8a723f4b4eba6d630c7a4.tar.gz openembedded-core-7c301b9640f46ab0f9b8a723f4b4eba6d630c7a4.tar.bz2 openembedded-core-7c301b9640f46ab0f9b8a723f4b4eba6d630c7a4.zip |
at.inc: remove unneeded LIBS setting
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
-rw-r--r-- | meta/packages/at/at.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |