hwinfo: disable compile with uclibc 12456/head
authorAlberto Bursi <bobafetthotmail@gmail.com>
Mon, 8 Jun 2020 17:59:35 +0000 (19:59 +0200)
committerAlberto Bursi <bobafetthotmail@gmail.com>
Mon, 8 Jun 2020 18:05:59 +0000 (20:05 +0200)
this package fails to compile with uclibc,
disable it if the uclibc toolchain is selected

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
utils/hwinfo/Makefile

index d99a0536840a107efc59c494264a2e14ea8140c8..347d3488d4f5f98d3da6c79bfa0ec0dc226b6c56 100644 (file)
@@ -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