diff options
author | John Klug <john.klug@multitech.com> | 2018-06-11 17:01:35 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-06-11 17:01:35 -0500 |
commit | 8037537bc59c59aa8164da2c08598f43718dadf8 (patch) | |
tree | 4389210a4f0a5a1d95d616e089028554f3e421ff /recipes-devtools/python/python-pybluez_0.22.bb | |
parent | 6809c6fb5c5e8e79d2c00a8fd618a759b86b9060 (diff) | |
download | meta-mlinux-8037537bc59c59aa8164da2c08598f43718dadf8.tar.gz meta-mlinux-8037537bc59c59aa8164da2c08598f43718dadf8.tar.bz2 meta-mlinux-8037537bc59c59aa8164da2c08598f43718dadf8.zip |
Fix up rfcomm daemon to log the name with the Bluetooth address
Diffstat (limited to 'recipes-devtools/python/python-pybluez_0.22.bb')
-rw-r--r-- | recipes-devtools/python/python-pybluez_0.22.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pybluez_0.22.bb b/recipes-devtools/python/python-pybluez_0.22.bb new file mode 100644 index 0000000..3158f4b --- /dev/null +++ b/recipes-devtools/python/python-pybluez_0.22.bb @@ -0,0 +1,2 @@ +require python-pybluez.inc +inherit setuptools |