From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qoz8f-0003IA-Hj for openembedded-core@lists.openembedded.org; Thu, 04 Aug 2011 16:43:09 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 04 Aug 2011 07:38:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,316,1309762800"; d="scan'208";a="34408901" Received: from unknown (HELO [10.255.14.76]) ([10.255.14.76]) by orsmga002.jf.intel.com with ESMTP; 04 Aug 2011 07:38:44 -0700 Message-ID: <4E3AAEF4.90608@linux.intel.com> Date: Thu, 04 Aug 2011 07:38:44 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1311921816-28895-1-git-send-email-Martin.Jansa@gmail.com> In-Reply-To: <1311921816-28895-1-git-send-email-Martin.Jansa@gmail.com> Cc: Martin Jansa Subject: Re: [PATCH] libfm: depend on intltool-native instead of intltool X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 14:43:09 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/28/2011 11:43 PM, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/recipes-support/libfm/libfm_0.1.14.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb > index 5c7e95c..38f1d73 100644 > --- a/meta/recipes-support/libfm/libfm_0.1.14.bb > +++ b/meta/recipes-support/libfm/libfm_0.1.14.bb > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ > file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" > > SECTION = "x11/libs" > -DEPENDS = "gtk+ menu-cache intltool" > +DEPENDS = "gtk+ menu-cache intltool-native" > > PR = "r3" > Merged into OE-Core Thanks Sau!