diff options
author | Sebastian Proca <florentin.proca@windriver.com> | 2012-05-09 12:42:34 +0300 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-05-16 15:46:24 +0300 |
commit | a784559e2ea78a233f15fef8ac521ba6fd1a03c5 (patch) | |
tree | 22a559c641ce74ec3df72b877b0481e1adce5cb7 | |
parent | d85efa29810914daac252044e31f02fff604f875 (diff) | |
download | meta-ivi-a784559e2ea78a233f15fef8ac521ba6fd1a03c5.tar.gz meta-ivi-a784559e2ea78a233f15fef8ac521ba6fd1a03c5.tar.bz2 meta-ivi-a784559e2ea78a233f15fef8ac521ba6fd1a03c5.zip |
bluez4: add systemd related service file for bluez package
Blutooth was not available because the related systemd service file was not present.
Signed-off-by: Sebastian Proca <Florentin.Proca@windriver.com>
-rw-r--r-- | recipes-connectivity/bluez/bluez4_4.99.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-connectivity/bluez/bluez4_4.99.bbappend b/recipes-connectivity/bluez/bluez4_4.99.bbappend new file mode 100644 index 0000000..a1b0580 --- /dev/null +++ b/recipes-connectivity/bluez/bluez4_4.99.bbappend @@ -0,0 +1,5 @@ + +PACKAGES =+ "${PN}-systemd" + +FILES_${PN}-systemd = "${base_libdir}/systemd/system/" + |