dmidecode: Add armsr target support

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
This commit is contained in:
Anton Antonov 2023-10-03 12:55:54 +01:00 committed by Tianling Shen
parent 19ec30255f
commit ee47bf4a52

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dmidecode PKG_NAME:=dmidecode
PKG_VERSION:=3.2 PKG_VERSION:=3.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME) PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/dmidecode define Package/dmidecode
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=@(TARGET_x86||TARGET_x86_64) DEPENDS:=@(TARGET_x86||TARGET_x86_64||TARGET_armsr_armv8)
TITLE:=Displays BIOS informations. TITLE:=Displays BIOS informations.
URL:=https://www.nongnu.org/dmidecode/ URL:=https://www.nongnu.org/dmidecode/
endef endef