addons: automated code cleanup

Signed-off-by: CvH <namerp@googlemail.com>
This commit is contained in:
CvH 2022-04-15 11:23:50 +02:00
parent e313ad688f
commit 75ba23cef6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ PKG_VERSION="1.6.3"
PKG_SHA256="eb446070be1444fd7d32d32bbca53c2f3bbb0a21193db86198cf6050b7a28441"
PKG_LICENSE="GPLv2+"
PKG_SITE="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/"
PKG_URL="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-$PKG_VERSION.tar.gz"
PKG_URL="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Tools for interacting with the linux GPIO character device."
PKG_TOOLCHAIN="autotools"

View File

@ -30,7 +30,7 @@ configure_target() {
}
make_target() {
${GOLANG} build -a -ldflags "${LDFLAGS}" -o bin/prometheus-node-exporter -v
${GOLANG} build -a -ldflags "${LDFLAGS}" -o bin/prometheus-node-exporter -v
}
addon() {