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 1R6JMX-0008DS-Hr for openembedded-core@lists.openembedded.org; Wed, 21 Sep 2011 11:45:05 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 21 Sep 2011 02:39:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="51195304" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.14.170]) by orsmga002.jf.intel.com with ESMTP; 21 Sep 2011 02:39:42 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Wed, 21 Sep 2011 02:39:35 -0700 Message-Id: <2b5e0fe0e2e5384c0477a6becfcd3f9d404ff4e8.1316597628.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [RC Fixes 19/19] libpng: add libpng12-dev packages 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, 21 Sep 2011 09:45:06 -0000 From: Dongxiao Xu When build sato-sdk image, the libmatchbox-dev needs the libpng12-dev package, thus we need it. Signed-off-by: Dongxiao Xu --- meta/recipes-multimedia/libpng/libpng_1.2.46.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb b/meta/recipes-multimedia/libpng/libpng_1.2.46.bb index 0a28709..05d0ae4 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.2.46.bb @@ -6,7 +6,7 @@ LICENSE = "Libpng" LIC_FILES_CHKSUM = "file://LICENSE;md5=21b4b6e3523afa9f03f00b43b991dad0 \ file://png.h;startline=172;endline=261;md5=996460063a9bf2de35b2d61d2776dabc" DEPENDS = "zlib" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.bz2" @@ -15,10 +15,10 @@ SRC_URI[sha256sum] = "a5e796e1802b2e221498bda09ff9850bc7ec9068b6788948cc2c42af21 inherit autotools binconfig pkgconfig -PACKAGES =+ "${PN}12" +PACKAGES =+ "${PN}12 ${PN}12-dev" FILES_${PN}12 = "${libdir}/libpng12${SOLIBS}" FILES_${PN} = "${libdir}/lib*${SOLIBS}" -FILES_${PN}-dev += " ${bindir} ${sbindir}" +FILES_${PN}12-dev += " ${bindir} ${sbindir}" BBCLASSEXTEND = "native" -- 1.7.6