Merge pull request #12456 from bobafetthotmail/patch-1

hwinfo: disable compile with uclibc
This commit is contained in:
Rosen Penev 2020-06-08 13:43:36 -07:00 committed by GitHub
commit d9257e0696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hwinfo PKG_NAME:=hwinfo
PKG_VERSION:=21.70 PKG_VERSION:=21.70
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/openSUSE/hwinfo/tar.gz/$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/openSUSE/hwinfo/tar.gz/$(PKG_VERSION)?
@ -65,7 +65,7 @@ define Package/hwinfo
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=probe the hardware present in the system TITLE:=probe the hardware present in the system
URL:=https://github.com/openSUSE/hwinfo URL:=https://github.com/openSUSE/hwinfo
DEPENDS:= +libuuid DEPENDS:= +libuuid @!USE_UCLIBC
endef endef
define Package/hwinfo/description define Package/hwinfo/description