aboutsummaryrefslogtreecommitdiffstats
path: root/packages/btsco
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
commitf907777709b20d8d73e3587026296a6616262229 (patch)
treee1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/btsco
parentad4e12fab01540a845d060daa76bd0d87b78126f (diff)
downloadopenembedded-f907777709b20d8d73e3587026296a6616262229.tar.gz
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/btsco')
-rw-r--r--packages/btsco/btsco_0.42.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/btsco/btsco_0.42.bb b/packages/btsco/btsco_0.42.bb
index 1a8061ce07..3fa6b0636b 100644
--- a/packages/btsco/btsco_0.42.bb
+++ b/packages/btsco/btsco_0.42.bb
@@ -3,7 +3,7 @@ require btsco.inc
#there are some bogus macros putting -I/usr/include into C(PP)FLAGS, lets fix that
do_configure() {
libtoolize --force
- gnu-configize
+ gnu-configize
sed -i 's:-I${bluez_prefix}/include::g' configure
oe_runconf
-}
+}