From patchwork Wed Apr 23 07:22:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 341711 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 9745F1400F6 for ; Wed, 23 Apr 2014 17:22:15 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id D78AA3FB47 for ; Wed, 23 Apr 2014 09:22:13 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 7DA033F84D for ; Wed, 23 Apr 2014 09:22:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1061; q=dns/txt; s=ironport1; t=1398237729; x=1429773729; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=9xV+JzGcRq5FcaAas/DqwrXX1r0dokjMNA+nEqM/yaI=; b=KdOvGYmEZb5twiOC/yjX29flEPQk74u+Rpn6htLhPTslWCxMYuLpJhfl fk/NEuQEkHITPwjaYme6wUUlac7N2kf2Yv2gslfaLXQnTTUzZCMhUHtP8 2ZmRjI3ksqL7eiH1ja1aEyxfwlxythZP988tzyv39G/wfn6AulgC5gFsN c=; X-IronPort-AV: E=Sophos;i="4.97,910,1389740400"; d="scan'208";a="4629892" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 23 Apr 2014 09:22:08 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Wed, 23 Apr 2014 09:22:08 +0200 Received: by localhost (Postfix, from userid 30007) id 21F43681DB0; Wed, 23 Apr 2014 07:22:09 +0000 (UTC) From: To: Subject: [PATCH 1/4] gettext: Use a new variable to set both DEPENDS and RDEPENDS Date: Wed, 23 Apr 2014 07:22:04 +0000 Message-ID: <50dd53a4630cd4363839fc844bfec59df416080e.1398237662.git.christian.braunersorensen@prevas.dk> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Christian Sørensen FATAL: No provider for machine:${DEPENDS_gettext} (needed by machine:gettext) --- recipes/gettext/gettext.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/gettext/gettext.inc b/recipes/gettext/gettext.inc index bf66e6e..ac52b3a 100644 --- a/recipes/gettext/gettext.inc +++ b/recipes/gettext/gettext.inc @@ -65,9 +65,10 @@ EXTRA_OECONF_GETTEXT:native = "--disable-curses --with-included-gettext" EXTRA_OECONF_GETTEXT:HOST_OS_mingw32 = "--disable-curses --with-included-gettext" FILES_${PN} += "${libdir}/gettext ${datadir}/gettext" -DEPENDS_${PN} = "libintl libgettextpo libgettextlib \ +COMMON_DEPENDS = "libintl libgettextpo libgettextlib \ libiconv ${DEPENDS_LIBNCURSES} ${DEPENDS_LIBDL} libm" -RDEPENDS_${PN} = "${DEPENDS_${PN}}" +DEPENDS_${PN} = "${COMMON_DEPENDS}" +RDEPENDS_${PN} = "${COMMON_DEPENDS}" inherit auto-package-utils AUTO_PACKAGE_UTILS = "autopoint envsubst gettext gettextize gettext.sh \