diff options
Diffstat (limited to 'packages/btsco/btsco_0.42.bb')
-rw-r--r-- | packages/btsco/btsco_0.42.bb | 4 |
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 -} +} |