mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
system-tools: fix addon compile issues and update stress-ng
- i2c-tools: fix compile - libraries - strace: fix compile on Generic due to mpers - stress-ng: update to 0.12.02
This commit is contained in:
parent
bb7692cf1a
commit
16640dc3d5
@ -1,5 +1,8 @@
|
|||||||
120
|
120
|
||||||
- htop: update to 3.0.5
|
- htop: update to 3.0.5
|
||||||
|
- i2c-tools: fix runtime libraries
|
||||||
|
- strace: fix compile on Generic due to mpers
|
||||||
|
- stress-ng: update to 0.12.02
|
||||||
|
|
||||||
119
|
119
|
||||||
- dstat: update to 2020-06-19
|
- dstat: update to 2020-06-19
|
||||||
|
@ -104,6 +104,9 @@ addon() {
|
|||||||
# i2c-tools
|
# i2c-tools
|
||||||
cp -P $(get_install_dir i2c-tools)/usr/sbin/{i2cdetect,i2cdump,i2cget,i2cset} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir i2c-tools)/usr/sbin/{i2cdetect,i2cdump,i2cget,i2cset} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
cp -P $(get_install_dir i2c-tools)/usr/lib/${PKG_PYTHON_VERSION}/site-packages/smbus.so ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
cp -P $(get_install_dir i2c-tools)/usr/lib/${PKG_PYTHON_VERSION}/site-packages/smbus.so ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
||||||
|
cp -P $(get_install_dir i2c-tools)/usr/lib/libi2c.so.0.1.1 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/libi2c.so
|
||||||
|
cp -P $(get_install_dir i2c-tools)/usr/lib/libi2c.so.0.1.1 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/libi2c.so.0
|
||||||
|
cp -P $(get_install_dir i2c-tools)/usr/lib/libi2c.so.0.1.1 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/libi2c.so.0.1.1
|
||||||
|
|
||||||
# inotify-tools
|
# inotify-tools
|
||||||
cp -P $(get_install_dir inotify-tools)/usr/bin/{inotifywait,inotifywatch} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir inotify-tools)/usr/bin/{inotifywait,inotifywatch} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user