From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Ssn9p-00047I-OC for openembedded-core@lists.openembedded.org; Sun, 22 Jul 2012 05:48:37 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 21 Jul 2012 20:37:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="196160356" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.13.17]) by fmsmga002.fm.intel.com with ESMTP; 21 Jul 2012 20:37:10 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Sat, 21 Jul 2012 20:37:10 -0700 Message-Id: <1342928230-3900-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH] libart-lgpl: Does not require gtk-doc 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: Sun, 22 Jul 2012 03:48:38 -0000 Signed-off-by: Saul Wold --- meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb index d0bfe28..934ef10 100644 --- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb +++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb @@ -14,7 +14,7 @@ SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" -inherit autotools gtk-doc pkgconfig +inherit autotools pkgconfig DEPENDS = "" -- 1.7.7.6