Skip to content

Commit

Permalink
Add missed wb-utils dependency (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored May 23, 2024
1 parent 5f32ca0 commit 9094524
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-demo-kit-configs (1.7.3) stable; urgency=medium

* Add missed wb-utils dependency, no functional changes

-- Nikolay Korotkiy <nikolay.korotkiy@wirenboard.com> Wed, 22 May 2024 15:10:00 +0400

wb-demo-kit-configs (1.7.2) stable; urgency=medium

* Improve webui config template, extract SVG files
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Homepage: https://github.com/wirenboard/wb-demo-kit-configs

Package: wb-demo-kit-configs
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, wb-mqtt-serial (>= 2.44.1), j2cli
Depends: ${shlibs:Depends}, ${misc:Depends}, wb-mqtt-serial (>= 2.44.1), j2cli, wb-utils
Description: Default common config files for Wiren Board demo kit
2 changes: 1 addition & 1 deletion files/usr/lib/wb-demo-kit-configs/fail.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

. /etc/wb_env.sh
. /usr/lib/wb-utils/wb_env.sh

wb_source hardware
led_blink red
Expand Down
2 changes: 1 addition & 1 deletion files/usr/lib/wb-demo-kit-configs/not_fail.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

. /etc/wb_env.sh
. /usr/lib/wb-utils/wb_env.sh

echo 0 > /sys/class/pwm/pwmchip0/pwm$WB_PWM_BUZZER/enable

Expand Down

0 comments on commit 9094524

Please sign in to comment.