From patchwork Sun Oct 1 19:04:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 820296 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 3y4vqt3XmMz9t4Z for ; Mon, 2 Oct 2017 06:04:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2FAE86847; Sun, 1 Oct 2017 19:04:50 +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 AFOJAfxvibAK; Sun, 1 Oct 2017 19:04:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7C740866CD; Sun, 1 Oct 2017 19:04:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 56E0A1C104C for ; Sun, 1 Oct 2017 19:04:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 349EF86DC4 for ; Sun, 1 Oct 2017 19:04:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Pl1PLfd-Dh3 for ; Sun, 1 Oct 2017 19:04:44 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 5DAD786DA6 for ; Sun, 1 Oct 2017 19:04:44 +0000 (UTC) Received: from fwd06.aul.t-online.de (fwd06.aul.t-online.de [172.20.26.150]) by mailout06.t-online.de (Postfix) with SMTP id 5454141C2EFF for ; Sun, 1 Oct 2017 21:04:41 +0200 (CEST) Received: from fli4l.lan.fli4l (GQrdxBZ-8h7v5ZrmTFdEC2OYh-Fhv1dYYVKqSF+7BY3uTc7A5dwEU3nFyx9OxoHwfQ@[79.228.0.141]) by fwd06.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dyjXc-2BO6wi0; Sun, 1 Oct 2017 21:04:40 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37986 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dyjXS-0007YE-Rx for buildroot@buildroot.org; Sun, 01 Oct 2017 21:04:39 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 1 Oct 2017 21:04:30 +0200 Message-Id: <20171001190430.2895-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: GQrdxBZ-8h7v5ZrmTFdEC2OYh-Fhv1dYYVKqSF+7BY3uTc7A5dwEU3nFyx9OxoHwfQ X-TOI-MSGID: 31deabe4-d3bd-49fd-9b85-f27abd307b42 Subject: [Buildroot] [PATCH 1/1] Config.in: rename xbmc -> kodi X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" This is a left-over of the xbmc->kodi rename patch https://git.buildroot.net/buildroot/commit/package/kodi?id=3578459748d80cd469729319543b199380a4370f Signed-off-by: Bernd Kuhls --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index e395995ec9..814dc025b9 100644 --- a/Config.in +++ b/Config.in @@ -63,7 +63,7 @@ config BR2_HOST_GCC_AT_LEAST_7 select BR2_HOST_GCC_AT_LEAST_6 # Hidden boolean selected by packages in need of Java in order to build -# (example: xbmc) +# (example: kodi) config BR2_NEEDS_HOST_JAVA bool