From patchwork Thu Feb 16 08:26:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 728517 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vP8QB0jWrz9s8L for ; Thu, 16 Feb 2017 19:26:42 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="3JCniZaE"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E75C3891DA; Thu, 16 Feb 2017 08:26:39 +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 X-dsDvNvT3vz; Thu, 16 Feb 2017 08:26:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id EDBB6891A7; Thu, 16 Feb 2017 08:26:37 +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 B1F0E1C1E81 for ; Thu, 16 Feb 2017 08:26:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AE196891A7 for ; Thu, 16 Feb 2017 08:26:36 +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 9sAdHMuYaF+M for ; Thu, 16 Feb 2017 08:26:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by hemlock.osuosl.org (Postfix) with ESMTPS id 80C3D8917D for ; Thu, 16 Feb 2017 08:26:35 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3vP8Q12X1Kz106t for ; Thu, 16 Feb 2017 09:26:33 +0100 (CET) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1487233592; x=1487838393; bh=ohk75SkEhdgHh4GKa8qzuKk8TaspUakIAYQ6P1CrpEU=; b=3JCniZaEeAiI 1zQ7osXeaS6AOTvZWMrMIUS8diqk8m12LlLV1JYTZwIqMUdhb4aKprnPA21Mu4Y0 ch/SyJQAJ8dIWcCS1DIx4OijfQGPh/OpmYxHq+di6PhBNDsPxoAXkEwHcTAAoe/q DwPx4IKTRvk2QEZIsnJWNKbcL0evFKsWI2mfGn/o70YHCWJAR/P9lfqjmw+2JqhY yiVb9Povmb8TF9v/fyxoqjBj1Zx1UnG4IMiu0FOyjjwUmStXd0dFcclluYZlSGwe JD3He1kqAhr0y2nPFIwmsHit/EvcN7PjDOE24ieIiFw41dEjLUGZSW4lpkPGpRH5 u1RbwD3Ogg== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EqYAWuEO2lRf; Thu, 16 Feb 2017 09:26:32 +0100 (CET) Received: from nzxt.fritz.box (x4d021183.dyn.telefonica.de [77.2.17.131]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Thu, 16 Feb 2017 09:26:32 +0100 (CET) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Thu, 16 Feb 2017 09:26:29 +0100 Message-Id: <20170216082629.2296-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.11.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Commit 9244ad854 [1] adds a hidden choice between version 0.19 and 0.20. The Makefile now uses a wrong symbol introduced by this commit. Fix by: s/BR2_MPD_VERSION_0_19/BR2_PACKAGE_MPD_VERSION_0_19. [1] https://git.buildroot.net/buildroot/commit/?id=9244ad854d30e8c942460646ef6f6194ee44942d Signed-off-by: Jörg Krause --- Note, that this patch is targeted for the master branch. --- package/mpd/mpd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk index 8869176d2..8e71ae214 100644 --- a/package/mpd/mpd.mk +++ b/package/mpd/mpd.mk @@ -17,7 +17,7 @@ MPD_LICENSE = GPLv2+ MPD_LICENSE_FILES = COPYING MPD_AUTORECONF = YES -ifeq ($(BR2_MPD_VERSION_0_19),y) +ifeq ($(BR2_PACKAGE_MPD_VERSION_0_19),y) MPD_DEPENDENCIES += libglib2 endif