summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
blob: b6156540bdb9149bbb5ebc0019c05e3de8c45d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream-Status: Inappropriate [configuration]

Index: pygtk-2.24.0/pygtk-2.0.pc.in
===================================================================
--- pygtk-2.24.0.orig/pygtk-2.0.pc.in
+++ pygtk-2.24.0/pygtk-2.0.pc.in
@@ -1,5 +1,6 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
+libdir=@libdir@
 includedir=@includedir@
 datarootdir=@datarootdir@
 datadir=@datadir@
r class='nohover-highlight'> * there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> 2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1 For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com> 2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1 I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com> 2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1 * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 2010-02-08subversion-1.6.5: missing dependency to sqlite3 addedSteffen Sledz1 Signed-off-by: Steffen Sledz <sledz@dresearch.de> 2009-08-24subversion: Updated to version 1.6.5. Deleted old unused versions.Stanislav Brabec1