From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QojjW-0004Tp-BS for openembedded-core@lists.openembedded.org; Thu, 04 Aug 2011 00:16:10 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 03 Aug 2011 15:11:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,312,1309762800"; d="scan'208";a="3912917" Received: from unknown (HELO swold-MOBL.bigsur.com) ([10.255.14.76]) by AZSMGA002.ch.intel.com with ESMTP; 03 Aug 2011 15:11:44 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Wed, 3 Aug 2011 15:10:46 -0700 Message-Id: X-Mailer: git-send-email 1.7.3.4 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL v2 02/33] polkit: 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: Wed, 03 Aug 2011 22:16:10 -0000 From: Martin Jansa Signed-off-by: Martin Jansa --- meta/recipes-extended/polkit/polkit_0.101.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.101.bb index 56ceca4..06ca595 100644 --- a/meta/recipes-extended/polkit/polkit_0.101.bb +++ b/meta/recipes-extended/polkit/polkit_0.101.bb @@ -12,7 +12,7 @@ SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ PAM_SRC_URI = "file://polkit-1_pam.patch" PR = "r1" -DEPENDS = "libpam expat dbus-glib eggdbus intltool" +DEPENDS = "libpam expat dbus-glib eggdbus intltool-native" RDEPENDS_${PN} = "libpam" EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" -- 1.7.3.4