From patchwork Mon Nov 27 20:27:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 841870 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@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=) 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 3ylzL90KJjz9ryT for ; Tue, 28 Nov 2017 07:44:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8A6C487813; Mon, 27 Nov 2017 20:44:14 +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 bFoZRj-wh3OV; Mon, 27 Nov 2017 20:44:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 919A2877F7; Mon, 27 Nov 2017 20:44:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id ADDF91C0574 for ; Mon, 27 Nov 2017 20:27:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A44AB2FDB2 for ; Mon, 27 Nov 2017 20:27:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zeHGCxki2qN5 for ; Mon, 27 Nov 2017 20:27:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by silver.osuosl.org (Postfix) with ESMTPS id 1622B26C31 for ; Mon, 27 Nov 2017 20:27:10 +0000 (UTC) Received: from fwd41.aul.t-online.de (fwd41.aul.t-online.de [172.20.27.139]) by mailout06.t-online.de (Postfix) with SMTP id 5E8F141D5B2B for ; Mon, 27 Nov 2017 21:27:08 +0100 (CET) Received: from fli4l.lan.fli4l (JTWORqZYYh4wklWlBJtTFRmKVaTxzzIqo5IRZBnJDNwbveejTxZw1kXHcQoJzHAgz7@[79.228.0.224]) by fwd41.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1eJPza-2jANQO0; Mon, 27 Nov 2017 21:27:02 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:50392 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1eJPzZ-0001li-0V for buildroot@buildroot.org; Mon, 27 Nov 2017 21:27:01 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 27 Nov 2017 21:27:00 +0100 Message-Id: <20171127202700.28697-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: JTWORqZYYh4wklWlBJtTFRmKVaTxzzIqo5IRZBnJDNwbveejTxZw1kXHcQoJzHAgz7 X-TOI-MSGID: 05e64c88-fd3c-4dc8-8ed9-e568ae1e38bd Subject: [Buildroot] [PATCH/next 1/1] package/avahi: configure option pygtk was renamed to pygobject 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See corresponding commit: https://github.com/lathiat/avahi/commit/142124dae6f043085aba59fca4657c56b2b23b65 Fixes http://autobuild.buildroot.net/results/1e9/1e974c814ae4236077a869339be1143a9af7e5cd/ http://autobuild.buildroot.net/results/010/0101b1205aec5a0c9c6509edf3d302aeaa3bd0ca/ http://autobuild.buildroot.net/results/572/5721634ffa2a4544a82dda08c1fcea331ecdadaf/ Signed-off-by: Bernd Kuhls --- package/avahi/avahi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index b89887b4c7..c8f1af9a9d 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -77,7 +77,7 @@ AVAHI_CONF_OPTS = \ --disable-gtk \ --disable-gtk3 \ --disable-gdbm \ - --disable-pygtk \ + --disable-pygobject \ --disable-mono \ --disable-monodoc \ --disable-stack-protector \