Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-06-03 | recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDS | Martin Jansa | 1 | |
* 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-25 | Make the do_patch apply=yes param implicit if extension is .diff/.patch | Chris Larson | 1 | |
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-25 | Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n> | Chris Larson | 1 | |
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-12 | recipes: move checksums to recipes from checksums.ini | Martin Jansa | 1 | |
* 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> | ||||
2009-12-12 | apache2: use libprce i.s.o own one | Frans Meulenbroeks | 1 | |
2009-11-29 | apache2: upgraded to 2.2.14 | Frans Meulenbroeks | 1 | |