From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Thomas Weber Date: Mon, 19 Nov 2012 19:24:06 +0100 Message-Id: <1353349446-927-1-git-send-email-thomas@tomweber.eu> In-Reply-To: <20121119141125.GE31900@pengutronix.de> References: <20121119141125.GE31900@pengutronix.de> Subject: [ptxdist] [PATCH] cross-libtool: Set missing URL Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: m.olbrich@pengutronix.de, Thomas Weber This patch sets the missing URL for cross-libtool. Signed-off-by: Thomas Weber --- rules/cross-libtool.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/cross-libtool.make b/rules/cross-libtool.make index 97bdb16..a14503e 100644 --- a/rules/cross-libtool.make +++ b/rules/cross-libtool.make @@ -19,6 +19,7 @@ LAZY_PACKAGES-$(PTXCONF_CROSS_LIBTOOL) += cross-libtool CROSS_LIBTOOL = $(LIBLTDL) CROSS_LIBTOOL_MD5 = $(LIBLTDL_MD5) CROSS_LIBTOOL_DIR = $(CROSS_BUILDDIR)/$(LIBLTDL) +CROSS_LIBTOOL_URL = $(LIBLTDL_URL) CROSS_LIBTOOL_SOURCE = $(LIBLTDL_SOURCE) CROSS_LIBTOOL_DEVPKG = NO -- 1.8.0 -- ptxdist mailing list ptxdist@pengutronix.de