aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg-utils
AgeCommit message (Collapse)Author
2012-06-19opkg-utils: bump SRCREVMartin Jansa
* there are 2 small fixes python-2.6 compatibility missing C option for opkg-build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-09This updates SRC_URI as the svn.openmoko.org repository is now down.Kristoffer Ericson
The changes of this patch were picked from oe-core and brought over. Signed-off-by: Apelete Seketeli <apelete at seketeli.net> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2011-06-29opkg-utils: Add LICENSE fieldTom Rini
Quick code check and COPYING file and it's GPLv2 (or later) Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-05-26opkg-utils: port arfile.py patch to opkg-utils, bump PRBernhard Guillon
We need this patch for opkg as well original commit b3da649ee25374f284d03ebce5843b6326559f73 original Author: Scott Anderson <o2e@saaworld.com> original commit message: ipkg-utils: Make arfile.py handle six digit UIDs Essentially, the problem is that arfile.py is splitting the ar header with white-space instead of fixed-width fields, so two fields would get treated as a single field. This makes things better than before as it now honors the fixed field widths. Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org>
2011-02-23opkg-utils: convert mtime to int before comparing itEnrico Scholz
The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. Although it might be possible to enhance the database to store the fractional part too, this will complicate things more than we would gain by this change. This patch was applied as 49e11b32906fc1becd9218bb3125f6fc8fa03fa4 to old ipkg-utils already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-By: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24opkg-utils_svn.bb: Sync with yoctoKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-25opkg-utils: Fix typo and drop duplicate S entryTom Rini
virtclass-native not virtclass_native Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10opkg-utils: convert to new staging, BBCLASSEXTEND native, fix QA GNU_HASH errorMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* 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-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>