The dependency from rpcbind package are removed
Signed-off-by: Marcel Lorenz marcel.lorenz@ipfire.org --- config/rootfiles/{packages => common}/libtirpc | 0 lfs/libtirpc | 6 ------ lfs/rpcbind | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) rename config/rootfiles/{packages => common}/libtirpc (100%)
diff --git a/config/rootfiles/packages/libtirpc b/config/rootfiles/common/libtirpc similarity index 100% rename from config/rootfiles/packages/libtirpc rename to config/rootfiles/common/libtirpc diff --git a/lfs/libtirpc b/lfs/libtirpc index 382d7e5..c37fa9b 100644 --- a/lfs/libtirpc +++ b/lfs/libtirpc @@ -31,10 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libtirpc -PAK_VER = 1
-DEPS = ""
############################################################################### # Top-level Rules @@ -54,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
-dist: - @$(PAK) - ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/rpcbind b/lfs/rpcbind index d9e2885..99fccbc 100644 --- a/lfs/rpcbind +++ b/lfs/rpcbind @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = rpcbind PAK_VER = 1
-DEPS = "libtirpc" +DEPS = ""
############################################################################### # Top-level Rules