From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7091542210299064361==" List-Id: --===============7091542210299064361== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The dependency from rpcbind package are removed Signed-off-by: Marcel Lorenz --- config/rootfiles/{packages =3D> common}/libtirpc | 0 lfs/libtirpc | 6 ------ lfs/rpcbind | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) rename config/rootfiles/{packages =3D> common}/libtirpc (100%) diff --git a/config/rootfiles/packages/libtirpc b/config/rootfiles/common/lib= tirpc 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 =3D $(THISAPP).tar.bz2 DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) -PROG =3D libtirpc -PAK_VER =3D 1 =20 -DEPS =3D "" =20 ############################################################################= ### # Top-level Rules @@ -54,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -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 =3D $(DIR_INFO)/$(THISAPP) PROG =3D rpcbind PAK_VER =3D 1 =20 -DEPS =3D "libtirpc" +DEPS =3D "" =20 ############################################################################= ### # Top-level Rules --=20 1.9.1 --===============7091542210299064361==--