aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/btsco/btsco_0.42.bb
blob: 3fa6b0636b90e53ad1feeadf3d394a628d660b5a (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
}