projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c6667
)
package/libsigrok: fix bluez5_utils dependency
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 11 Jan 2020 08:32:50 +0000
(09:32 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 11 Jan 2020 10:48:53 +0000
(11:48 +0100)
Commit
ab390616eb74fcb982c886408b53489dc42179bb
wrongly added a
bluez_utils5 dependency instead of bluez5_utils
Fixes:
- http://autobuild.buildroot.org/results/
942aa07547068c9b47ce50c6dc016ee633e1a1c8
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigrok/libsigrok.mk
patch
|
blob
|
history
diff --git
a/package/libsigrok/libsigrok.mk
b/package/libsigrok/libsigrok.mk
index 922011af7c5398ea9d5c7b6656765cee9accc03f..4866ec4d68165161e6e84410fefc5b1dcbc79205 100644
(file)
--- a/
package/libsigrok/libsigrok.mk
+++ b/
package/libsigrok/libsigrok.mk
@@
-17,7
+17,7
@@
LIBSIGROK_CONF_OPTS += --with-libbluez
LIBSIGROK_DEPENDENCIES += bluez_utils
else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
LIBSIGROK_CONF_OPTS += --with-libbluez
-LIBSIGROK_DEPENDENCIES += bluez
_utils5
+LIBSIGROK_DEPENDENCIES += bluez
5_utils
else
LIBSIGROK_CONF_OPTS += --without-libbluez
endif