summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFiles
2007-01-18mtnpatch: update to read newer diff formatJustin Patrin1
2007-01-07site-conf/mysql.m4: filled with some tests from mysql 4.1.18Marcin Juszkiewicz1
2007-01-01contrib/site-conf: add all m4 files to aclocal.m4Koen Kooi1
2006-12-31Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵Richard Purdie1
prepare for deb packaging
2006-12-25python: update to 2.4.4Michael Lauer1
2006-12-14contrib/site-conf: No need to require autoconf 2.60Holger Freyther1
Specially as OE uses autoconf 2.59 itself
2006-12-11Add gnu.m4 which has a copy of the libiberty calls from binutils.m4Holger Freyther3
Make sure we can regenerate the values for binutils which koen just added to OpenEmbedded.
2006-12-11Use aclocal -I m4 to generate the aclocal.m4. Somehow autoreconf refuses to ↵Holger Freyther1
do this
2006-11-19openembedded-essential: bumped to 1.2, now it is more lintian happyMarcin Juszkiewicz9
2006-11-19openembedded-essential: added gawkMarcin Juszkiewicz9
2006-11-15mtnpatch: update for newer monotone versions, move patch command to end to ↵Justin Patrin1
allow for rename or add and patch
2006-11-15site-conf: Include builtin.m4 through aclocal.m4 and execute the defined ↵Holger Freyther4
function Document how to generate the configure script, document how to add a new package and do that for the builtin functions
2006-11-15Add empty and almost empty m4 files for packages we have test results fromHolger Freyther42
Start with the builtin.m4 which will generate test results for the default/builtin autoconf functions. The same pattern needs to be applied to every file...
2006-11-14Add site-conf a one stop to the utilized autoconf scriptsHolger Freyther4
2006-11-05contrib/python/generate-manifest.py: python-pickle depends on python-ioMichael Lauer1
2006-10-23openembedded-essentials: package for Debian compatible distributions to get ↵Marcin Juszkiewicz12
all Required Software installed It probably need some work but it is good start.
2006-10-14python: add heapq and bisect support to python-lang, remove bisect from ↵Michael Lauer1
python-threading
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-04python: fixed manifest to NOT rdepend on libraries - shlibs code will do it ↵Marcin Juszkiewicz1
in correct way
2006-09-13rename sanitize.py to oe-stylize.pyKoen Kooi1
2006-09-12contrib/sanitize.py: Fix a hang when processing comment block and fix someCyril Romain1
erroneous for loop usage.
2006-09-11contrib/sanitize.py: Revision 0.5Cyril Romain1
* Recognise pkg_preins and pkg_prerm scripts * For alternatives put the required items before the option items * For initscripts put the package list first * Recognise PKG variable * Remove blank lines between variables with the same prefix (eg the ALTERNATIVE_ vars).
2006-09-09sanitize.py: Drop odict dependency.Paul Sokolovsky1
2006-09-09sanitize.py: Revision 0.4Cyril Romain1
* formatting changes * functions with better names * useless or unused variables removed * comments added
2006-09-07sanitize.py: Drop unimportant Python 2.4 dependency.Paul Sokolovsky1
2006-09-07sanitize.py: Make executable.Paul Sokolovsky1
2006-09-07sanitize.py: Fix line-endings (dos->unix).Paul Sokolovsky1
2006-09-06sanitize.py: add a script that does the heavy lifting for making recipes ↵Cyril Romain1
conform to the styleguide in the wiki
2006-09-05mtnpatch: resurrect mtnpatchJustin Patrin1
2006-09-02feed-browser: add search functionalityMarcin Juszkiewicz1
2006-08-29mtnpatch.py: Remove unneeded script (mtn now has pluck)Justin Patrin1
2006-08-29feed-browser: feeds has a type now: normal/upgrades.Marcin Juszkiewicz3
Type is used by updater to update only 'upgrades' feeds: "php update.php upgrades"
2006-08-29feed-browser: make all sections lowercase, really remove packages before updateMarcin Juszkiewicz1
2006-08-25feed-browser: much better sectionlist (rewrite to be recursive anyone?)Marcin Juszkiewicz1
2006-08-25contrib/python/generate-manifest.py: update to latest versionMichael Lauer1
2006-08-25contrib/python: add the script that I use to generate the python manifest fileMichael Lauer2
2006-08-25feed-browser: forgotten structure changeMarcin Juszkiewicz1
2006-08-25feed-browser: FIX: feed structure was changed - database NEED to be rebuiltMarcin Juszkiewicz3
- package.p_feed is now int -> feeds.f_id
2006-08-25feed-browser: feeds adding improved, updater more silentMarcin Juszkiewicz4
- includes/config.inc contain array with all feeds - check_database() adds feeds if they are not present - updater does not show feed URL
2006-08-25feed-browser: moved functions to include/functions.inc, updater check/create ↵Marcin Juszkiewicz4
database now
2006-08-25feed-browser: also list number of packages per feed after updatingKoen Kooi1
2006-08-25feed-browser/updater: removed warnings, simplified, reformattedMarcin Juszkiewicz1
2006-08-25feed-browser: show links to all depends/provides/conflicts, show packages ↵Marcin Juszkiewicz1
not only by Name: but also by Provides:
2006-08-25feed-browser: show feed name in download section, sort by feed/archMarcin Juszkiewicz1
2006-08-25feed-browser: move section list to end of page source, fixed 2 column layout CSSMarcin Juszkiewicz2
2006-08-24feed-browser: split maintainers to separate lines (works when ', ' is used ↵Marcin Juszkiewicz1
as separator
2006-08-24feed-browser: no need to keep two copies of package listing generation codeMarcin Juszkiewicz1
2006-08-24feed-browser: another set of functionality and look changesMarcin Juszkiewicz2
- added sections tree on left side - need some work as we do not have 'e' or 'gnome' section so parts are wrong - letterchooser is always visible - removed menu as it is useless now - package details has versions sorted by PV - all pages should now validate as HTML 1.0 Strict - restructured code a bit - now HTML mainblock is in one place
2006-08-24feed-browser: more cleanupsMarcin Juszkiewicz2
- package details switched to definition list - database check/creation moved to function - removed dead code
2006-08-24feed-browser/update.php: define database name onceMarcin Juszkiewicz1