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-13 18:27:10 +0000
commit5416ddc454d514ddb2ffa31b042d10fc700fdb86 (patch)
treed906b9d616eaf30f1803b45928d645d32d177cf2
parent29fd4d430a5b98f3c32e1ada5529872e5b993b53 (diff)
downloadmeta-raspberrypi-ag/piblue.tar.gz
pi-bluetooth: Fix signature failuresag/piblue
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