diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-13 18:27:07 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-13 18:27:10 +0000 |
commit | 5416ddc454d514ddb2ffa31b042d10fc700fdb86 (patch) | |
tree | d906b9d616eaf30f1803b45928d645d32d177cf2 | |
parent | 29fd4d430a5b98f3c32e1ada5529872e5b993b53 (diff) | |
download | meta-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.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 |