diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-06-08 13:43:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 13:43:36 -0700 |
commit | d9257e06965aa5a861e189f28237e03d5f4a1bb3 (patch) | |
tree | 6ae0d6c1dd55b564c44e2cf13d626f4fb1e102cd | |
parent | cd9a7a7b4860d9de9279dea594b632a49a628e9c (diff) | |
parent | 669dddef24f2c52ed3f4ace339be34da9c9fe18f (diff) |
Merge pull request #12456 from bobafetthotmail/patch-1
hwinfo: disable compile with uclibc
-rw-r--r-- | utils/hwinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/hwinfo/Makefile b/utils/hwinfo/Makefile index d99a05368..347d3488d 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 |