-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rrdtool - do include lua5.4 libs, withdraw rrdtool-1.8.0-r0, other cl…
…eanups (#34944) The thing that brought me here was that rrdtool was not co-installable with lua5.4, which didn't make any sense. It was actually copying the installed lua5.4 libraries to the target (not building them). The fixes here are then: a. do not include lua5.4 itself b. build the rrd lua module and include it c. move things to the -doc package d. separate out python bindings into py3.12-rrdtool e. add more tests --------- Signed-off-by: Scott Moser <smoser@brickies.net>
- Loading branch information
Showing
2 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
istio-install-cni-1.22-1.23.0-r0.apk | ||
istio-install-cni-1.22-compat-1.23.0-r0.apk | ||
istio-install-cni-1.22-1.23.0-r1.apk | ||
istio-install-cni-1.22-compat-1.23.0-r1.apk | ||
lua-rrd-1.8.0-r0.apk | ||
perl-rrd-1.8.0-r0.apk | ||
rrdtool-1.8.0-r0.apk | ||
rrdtool-cached-1.8.0-r0.apk | ||
rrdtool-cached-openrc-1.8.0-r0.apk | ||
rrdtool-cgi-1.8.0-r0.apk | ||
rrdtool-dev-1.8.0-r0.apk | ||
rrdtool-doc-1.8.0-r0.apk | ||
rrdtool-utils-1.8.0-r0.apk |