diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-13 18:27:07 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-14 16:16:20 +0000 |
commit | adccf43655b28c3d97c5c107cc677ca9313ade01 (patch) | |
tree | f57d4cda95195bd439a3c7d526dfd3094c9f700c | |
parent | 6e84890e8c91fff14bcf5edf16ab6858f5f4a585 (diff) | |
download | meta-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.bb | 2 |
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 | ||
24 | inherit allarch | ||
25 | |||
26 | do_install() { | 24 | do_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 |