From: Mark Hatle Date: Mon, 20 Jun 2011 18:16:27 +0000 (-0500) Subject: python-pyobject: Remove unnecessary -dbg setting X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~45192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7156c8ce5d9073bd12ded251c0eeacb021c8c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-pyobject: Remove unnecessary -dbg setting Signed-off-by: Mark Hatle --- diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb index d35f672f661..0160bbd6a1b 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" DEPENDS = "python-pygobject-native-${PV} glib-2.0" DEPENDS_virtclass-native = "glib-2.0-native" RDEPENDS_virtclass-native = "" -PR = "r0" +PR = "r1" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" @@ -33,6 +33,5 @@ RDEPENDS_${PN} += "python-textutils" FILES_${PN} = "${libdir}/python*" FILES_${PN}-lib = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir} ${datadir}" -FILES_${PN}-dbg += "${libdir}/.debug" BBCLASSEXTEND = "native"