diff options
author | Jose <jose@zeroc.com> | 2017-07-17 22:56:29 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-07-17 22:56:29 +0200 |
commit | 11d41cbcd520919786cd083f45354f57fb150892 (patch) | |
tree | 7207de7b2d72d2d329864eca5ccdd3cd7b73e59e /cpp/src | |
parent | ICE-8348 - ES5 browser tests looking in source lib dir for ice when using bin... (diff) | |
download | ice-11d41cbcd520919786cd083f45354f57fb150892.tar.bz2 ice-11d41cbcd520919786cd083f45354f57fb150892.tar.xz ice-11d41cbcd520919786cd083f45354f57fb150892.zip |
ICE-8349 - yocto static test build failure
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceBT/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBT/Makefile.mk b/cpp/src/IceBT/Makefile.mk index 9c7a18240ef..ad41973fe45 100644 --- a/cpp/src/IceBT/Makefile.mk +++ b/cpp/src/IceBT/Makefile.mk @@ -7,7 +7,7 @@ # # ********************************************************************** -ifneq ($(filter debian ubuntu yocto,$(linux_id)),) +ifneq ($(filter debian ubuntu yocto poky,$(linux_id)),) # # Only build the IceBT plugin if pkg-config, BlueZ and D-Bus requirements are |