From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 795A4606D0 for ; Mon, 27 Jun 2016 09:21:53 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 27 Jun 2016 02:21:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="1005817719" Received: from drozhkov-desk.fi.intel.com ([10.237.72.185]) by orsmga002.jf.intel.com with ESMTP; 27 Jun 2016 02:21:28 -0700 From: Dmitry Rozhkov To: openembedded-devel@lists.openembedded.org Date: Mon, 27 Jun 2016 12:20:19 +0300 Message-Id: <1467019219-11879-1-git-send-email-dmitry.rozhkov@linux.intel.com> X-Mailer: git-send-email 2.5.5 Subject: [meta-oe][PATCH] libxfce4ui: Use native intltool for building the lib X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 09:21:55 -0000 Otherwise the dependency on intltool-dev is icluded mistakenly to RRECOMMENDS of the libxfce4ui-dev package. Signed-off-by: Dmitry Rozhkov --- meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb index 723c20d..a8758e3 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb @@ -2,7 +2,7 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction" SECTION = "x11/libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" -DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" +DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" inherit xfce autotools gettext gtk-doc -- 2.5.5