aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 13:16:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 11:59:58 +0100
commit6b7156c8ce5d9073bd12ded251c0eeacb021c8c1 (patch)
tree921f09cf3b3027cd248ca0e619c64e40866e0560 /meta/recipes-devtools/python
parent5b4bdf20c60ca625c059237b5d70b57c6643e6ec (diff)
downloadopenembedded-core-contrib-6b7156c8ce5d9073bd12ded251c0eeacb021c8c1.tar.gz
python-pyobject: Remove unnecessary -dbg setting
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-pygobject_2.27.91.bb3
1 files changed, 1 insertions, 2 deletions
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 d35f672f66..0160bbd6a1 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"