summaryrefslogtreecommitdiff
path: root/packages/btsco/btsco_0.42.bb
blob: 1a8061ce07059b6b5eac9533e59a1f59a846d550 (plain)
1
2
3
4
5
6
7
8
9
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 
	sed -i 's:-I${bluez_prefix}/include::g' configure
	oe_runconf
}