libtirpc: change from package to common v2
Message ID | 1468219053-28294-1-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 1E5366135E for <patchwork@ipfire.org>; Mon, 11 Jul 2016 08:37:19 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 9BCC9A29; Mon, 11 Jul 2016 08:37:08 +0200 (CEST) Received: from localhost.localdomain (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 7DFF99F6 for <development@lists.ipfire.org>; Mon, 11 Jul 2016 08:37:06 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libtirpc: change from package to common v2 Date: Mon, 11 Jul 2016 08:37:33 +0200 Message-Id: <1468219053-28294-1-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Marcel Lorenz
July 11, 2016, 4:37 p.m. UTC
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%)
Comments
Am Mo, 11. Jul, 2016 um 8:37 schrieb Marcel Lorenz <marcel.lorenz@ipfire.org>: > 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 > -- > 1.9.1 Reviewed-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Why does this package have to be in the core system? On Thu, 2016-07-14 at 11:43 +0200, Jonatan Schlag wrote: > Am Mo, 11. Jul, 2016 um 8:37 schrieb Marcel Lorenz <marcel.lorenz@ipfire.org>: > > 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 > > -- > > 1.9.1 > Reviewed-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Am 2016-07-14 11:49, schrieb Michael Tremer: > Why does this package have to be in the core system? > Hi Michael, Hi Jonatan, libtirpc is a hard dependency for new lsof package and losf is in core system. Without lsof wont build. The CFGL="-L./lib -ltirpc" in losof package instruct the libtirpc libraries location to make command Best, Marcel > On Thu, 2016-07-14 at 11:43 +0200, Jonatan Schlag wrote: >> Am Mo, 11. Jul, 2016 um 8:37 schrieb Marcel Lorenz >> <marcel.lorenz@ipfire.org>: >> > 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 >> > -- >> > 1.9.1 >> Reviewed-by: Jonatan Schlag <jonatan.schlag@ipfire.org>