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-22 | liblauncher: add 0.3.8, disabled by default since it breaks API | Koen Kooi | 2 | |
2010-04-13 | netbook-launcher-efl: add 0.3.0 | Koen Kooi | 1 | |
2010-04-13 | liblauncher: add 0.3.6 | Koen Kooi | 1 | |
2010-04-13 | wncksync: add 0.2.8 | Koen Kooi | 1 | |
2010-04-12 | recipes: move checksums to recipes from checksums.ini | Martin Jansa | 3 | |
* 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-01-28 | netbook-launcher-efl: add runtime dependency on evas-loader-svg to make ↵ | Koen Kooi | 1 | |
icons visible | ||||
2010-01-24 | netbook-launcher-efl: update to 0.2.3 | Koen Kooi | 1 | |
2010-01-24 | netboot-launcher-efl: Bump version to 0.2.2 and fix download link. | David-John Willis | 2 | |
2010-01-07 | human-icon-theme: add 0.35 | Koen Kooi | 1 | |
2010-01-07 | netbook-launcher-efl: add 0.2.0.0 | Koen Kooi | 2 | |
liblauncher: add 0.1.8 |