From 3e9e8800e78785bf4842ffeb2a87694cfecff82f Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Tue, 7 Jul 2015 12:53:44 +0200 Subject: [PATCH] libevent2: Move from package to core system The library is used by many other components and it makes more sense to integrate it into the core system like libevent. Signed-off-by: Erik Kapfer Signed-off-by: Michael Tremer --- config/rootfiles/{packages => common}/libevent2 | 0 lfs/libevent2 | 7 ------- 2 files changed, 7 deletions(-) rename config/rootfiles/{packages => common}/libevent2 (100%) diff --git a/config/rootfiles/packages/libevent2 b/config/rootfiles/common/libevent2 similarity index 100% rename from config/rootfiles/packages/libevent2 rename to config/rootfiles/common/libevent2 diff --git a/lfs/libevent2 b/lfs/libevent2 index 53e9494b38..2482dda179 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -32,11 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libevent2 -PAK_VER = 3 - -DEPS = "" - ############################################################################### # Top-level Rules ############################################################################### @@ -68,8 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) -dist: - @$(PAK) ############################################################################### # Installation Details ############################################################################### -- 2.39.2