diff options
Diffstat (limited to 'recipes/btsco/btsco_0.42.bb')
-rw-r--r-- | recipes/btsco/btsco_0.42.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/btsco/btsco_0.42.bb b/recipes/btsco/btsco_0.42.bb new file mode 100644 index 0000000000..3fa6b0636b --- /dev/null +++ b/recipes/btsco/btsco_0.42.bb @@ -0,0 +1,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 +} |