From 251cde3dfc36c03d171dd6532787d7b5202445d3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 1 Apr 2016 19:12:47 +0100 Subject: [PATCH] dmidecode: Move into core system This should not be a package Signed-off-by: Michael Tremer --- config/rootfiles/common/i586/dmidecode | 1 + config/rootfiles/{packages => common/x86_64}/dmidecode | 0 lfs/dmidecode | 7 ------- 3 files changed, 1 insertion(+), 7 deletions(-) create mode 120000 config/rootfiles/common/i586/dmidecode rename config/rootfiles/{packages => common/x86_64}/dmidecode (100%) diff --git a/config/rootfiles/common/i586/dmidecode b/config/rootfiles/common/i586/dmidecode new file mode 120000 index 000000000..3fac6e3db --- /dev/null +++ b/config/rootfiles/common/i586/dmidecode @@ -0,0 +1 @@ +../x86_64/dmidecode \ No newline at end of file diff --git a/config/rootfiles/packages/dmidecode b/config/rootfiles/common/x86_64/dmidecode similarity index 100% rename from config/rootfiles/packages/dmidecode rename to config/rootfiles/common/x86_64/dmidecode diff --git a/lfs/dmidecode b/lfs/dmidecode index e5354d6f4..a2dcc2357 100644 --- a/lfs/dmidecode +++ b/lfs/dmidecode @@ -32,10 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 -PROG = dmidecode -PAK_VER = 1 - -DEPS = "" ############################################################################### # Top-level Rules @@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist:. - $(PAK) - ############################################################################### # Downloading, checking, md5sum ###############################################################################