summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2020-01-13 18:27:07 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-14 16:16:20 +0000
commitadccf43655b28c3d97c5c107cc677ca9313ade01 (patch)
treef57d4cda95195bd439a3c7d526dfd3094c9f700c
parent6e84890e8c91fff14bcf5edf16ab6858f5f4a585 (diff)
downloadmeta-raspberrypi-adccf43655b28c3d97c5c107cc677ca9313ade01.tar.gz
pi-bluetooth: Fix signature failures
After bc7b654feecceee46bb11800b69994640d03b0ad, we made this package depend on a package that is not allarch while this is. Let's drop it for this package as well to avoid these sstate signature issues. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
index 2597e4b..ccf714b 100644
--- a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
+++ b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
@@ -21,8 +21,6 @@ SYSTEMD_SERVICE_${PN} = "\
21 bthelper@.service \ 21 bthelper@.service \
22" 22"
23 23
24inherit allarch
25
26do_install() { 24do_install() {
27 install -d ${D}${sysconfdir}/udev/rules.d 25 install -d ${D}${sysconfdir}/udev/rules.d
28 install -m 0644 ${S}/lib/udev/rules.d/* ${D}${sysconfdir}/udev/rules.d 26 install -m 0644 ${S}/lib/udev/rules.d/* ${D}${sysconfdir}/udev/rules.d