diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:16:27 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:07:36 +0100 |
| commit | 35e622d41590f1005c799ff8216967383f6cdfff (patch) | |
| tree | dda2a12c5a2353c916a12bd15a7345bcb2dd892b /meta/recipes-devtools/python | |
| parent | 4c8bd3ea84bbb77b2bdca6b39824b4d4181bae6f (diff) | |
| download | poky-35e622d41590f1005c799ff8216967383f6cdfff.tar.gz | |
python-pyobject: Remove unnecessary -dbg setting
(From OE-Core rev: 6b7156c8ce5d9073bd12ded251c0eeacb021c8c1)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.27.91.bb | 3 |
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" | |||
| 5 | DEPENDS = "python-pygobject-native-${PV} glib-2.0" | 5 | DEPENDS = "python-pygobject-native-${PV} glib-2.0" |
| 6 | DEPENDS_virtclass-native = "glib-2.0-native" | 6 | DEPENDS_virtclass-native = "glib-2.0-native" |
| 7 | RDEPENDS_virtclass-native = "" | 7 | RDEPENDS_virtclass-native = "" |
| 8 | PR = "r0" | 8 | PR = "r1" |
| 9 | 9 | ||
| 10 | MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 10 | MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
| 11 | 11 | ||
| @@ -33,6 +33,5 @@ RDEPENDS_${PN} += "python-textutils" | |||
| 33 | FILES_${PN} = "${libdir}/python*" | 33 | FILES_${PN} = "${libdir}/python*" |
| 34 | FILES_${PN}-lib = "${libdir}/lib*.so.*" | 34 | FILES_${PN}-lib = "${libdir}/lib*.so.*" |
| 35 | FILES_${PN}-dev += "${bindir} ${datadir}" | 35 | FILES_${PN}-dev += "${bindir} ${datadir}" |
| 36 | FILES_${PN}-dbg += "${libdir}/.debug" | ||
| 37 | 36 | ||
| 38 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
