Commit Graph

5 Commits

Author SHA1 Message Date
Markus S. Wamser
923f28ef47 restool: fix source location
codeaurora has been shut down and NXP maintained repos have moved to GitHub
2023-04-06 21:05:05 +02:00
Dan Callaghan
744f00c6b1
restool: 20.12 → 2.4
Upstream appears to have changed their versioning scheme. Instead of
being tied to LSDK date-based versions, restool is versioned
independently.

There are no tags or releases following the new versioning scheme, so
update the package to take the most recent commit (27 Oct 2021). This
also matches the revision that Fedora has packaged as version 2.4.
2022-07-23 10:01:27 +10:00
Dan Callaghan
4ff2e5d7e0
restool: also depend on which
The ls-main script uses `which`. It also has /bin/sh as its shebang,
which means bash runs in Bourne-compatible mode and `which` is not a
builtin.

When the ls-* scripts are invoked from a user shell you don't notice
the problem, because /run/current-system/sw/bin/which is on $PATH, but
when they are invoked in a systemd service it would fail:

  .../bin/ls-addni: line 1054: which: command not found
2022-07-20 22:34:38 +10:00
Pierre Bourdon
204417b2a4
restool: fix x86_64-linux build 2022-05-16 08:10:45 +02:00
Pierre Bourdon
1fedcb8f9c
restool: init at 20.12 2021-08-19 23:15:34 +02:00