From patchwork Thu Jul 14 15:25:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,2/3] pango: remove inherit of flow-lossage.bbclass Date: Thu, 14 Jul 2011 15:25:09 -0000 From: Paul Eggleton X-Patchwork-Id: 7601 Message-Id: To: openembedded-devel@lists.openembedded.org This should no longer be needed with modern gcc versions. Signed-off-by: Paul Eggleton --- meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb b/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb index 449e769..3489464 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb @@ -3,11 +3,11 @@ SECTION = "libs" LICENSE = "LGPL" DEPENDS = "mm-common cairomm glibmm" SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2" -inherit autotools flow-lossage +inherit autotools FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${libdir}/*/include/"