From patchwork Mon Aug 20 08:39:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gwenhael Goavec-Merou X-Patchwork-Id: 959539 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=trabucayre.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41v78N3ZQ0z9s89 for ; Mon, 20 Aug 2018 19:01:24 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 96DAA8667E; Mon, 20 Aug 2018 09:01:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6aY7UKU-Ifrj; Mon, 20 Aug 2018 09:01:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9CF5B8664B; Mon, 20 Aug 2018 09:01:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9BF341C226A for ; Mon, 20 Aug 2018 09:01:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9950886639 for ; Mon, 20 Aug 2018 09:01:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rLi+4ygEscLp for ; Mon, 20 Aug 2018 09:01:16 +0000 (UTC) X-Greylist: delayed 00:21:55 by SQLgrey-1.7.6 Received: from mail.femto-st.fr (lifc.univ-fcomte.fr [194.57.88.66]) by whitealder.osuosl.org (Postfix) with ESMTPS id 33E9786645 for ; Mon, 20 Aug 2018 09:01:16 +0000 (UTC) Received: from x230.femto-st.fr (nat-tf.ens2m.fr [194.167.45.244] (may be forged)) (authenticated bits=0) by mail.femto-st.fr (8.15.2/8.15.2/Debian-8) with ESMTPA id w7K8dHN7023120; Mon, 20 Aug 2018 10:39:18 +0200 From: Gwenhael Goavec-Merou To: buildroot@busybox.net Date: Mon, 20 Aug 2018 10:39:33 +0200 Message-Id: <20180820083933.26217-1-gwenj@trabucayre.com> X-Mailer: git-send-email 2.16.4 X-Scanned-By: MIMEDefang 2.79 on 194.57.88.66 Subject: [Buildroot] [PATCH] gr-osmosdr: add host-python-cheetah dependency X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gwenhael Goavec-Merou MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Gwenhael Goavec-Merou Since b7f1b030413a51637323a755cbd985b06026990e host-python-cheetah is no more a dependency for gnuradio. So this package must be explicitly added for gr-osmosdr. Fix : http://autobuild.buildroot.net/results/aa208a69996548c15d937fc7c97d267162a56c48/ Signed-off-by: Gwenhael Goavec-Merou --- package/gr-osmosdr/gr-osmosdr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gr-osmosdr/gr-osmosdr.mk b/package/gr-osmosdr/gr-osmosdr.mk index 55e043ef32..9ed4ad3118 100644 --- a/package/gr-osmosdr/gr-osmosdr.mk +++ b/package/gr-osmosdr/gr-osmosdr.mk @@ -12,7 +12,7 @@ GR_OSMOSDR_LICENSE_FILES = COPYING # gr-osmosdr prevents doing an in-source-tree build GR_OSMOSDR_SUPPORTS_IN_SOURCE_BUILD = NO -GR_OSMOSDR_DEPENDENCIES = gnuradio +GR_OSMOSDR_DEPENDENCIES = gnuradio host-python-cheetah GR_OSMOSDR_CONF_OPTS = -DENABLE_DEFAULT=OFF