From: Alberto Bursi Date: Mon, 8 Jun 2020 17:59:35 +0000 (+0200) Subject: hwinfo: disable compile with uclibc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F12456%2Fhead;p=feed%2Fpackages.git hwinfo: disable compile with uclibc this package fails to compile with uclibc, disable it if the uclibc toolchain is selected Signed-off-by: Alberto Bursi --- diff --git a/utils/hwinfo/Makefile b/utils/hwinfo/Makefile index d99a053684..347d3488d4 100644 --- a/utils/hwinfo/Makefile +++ b/utils/hwinfo/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwinfo PKG_VERSION:=21.70 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/openSUSE/hwinfo/tar.gz/$(PKG_VERSION)? @@ -65,7 +65,7 @@ define Package/hwinfo CATEGORY:=Utilities TITLE:=probe the hardware present in the system URL:=https://github.com/openSUSE/hwinfo - DEPENDS:= +libuuid + DEPENDS:= +libuuid @!USE_UCLIBC endef define Package/hwinfo/description