mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
dmidecode: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
83f43bab37
commit
9d3547529b
18
package/dmidecode/dmidecode.mk
Normal file
18
package/dmidecode/dmidecode.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
#############################################################
|
||||
#
|
||||
# dmidecode
|
||||
#
|
||||
#############################################################
|
||||
|
||||
DMIDECODE_VERSION = 2.11
|
||||
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode/
|
||||
|
||||
define DMIDECODE_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define DMIDECODE_INSTALL_TARGET_CMDS
|
||||
$(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
Reference in New Issue
Block a user