Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-09-14 | kismet: added kismet configuration for mtx-1, mtx-2 for version 2005-01-R1 | Martin Dietze | 4 | |
2006-09-14 | xorg-lib: added nylon-specific solutions to bugs #1411, #1412 (can well be ↵ | Martin Dietze | 2 | |
made common by maintainers) | ||||
2006-09-14 | package.bbclass: yank an unintentional change. | Chris Larson | 1 | |
2006-09-14 | package.bbclass: | Chris Larson | 1 | |
* Avoid premature use of the PKG_* variables. We don't need to make use of the debian.bbclass (or otherwise) renamed package names until the very end of the packaging. This was necessary in order to enhance my depchain/correspondantdeps stuff, and doesn't seem to harm anything. | ||||
2006-09-14 | udev: remove needless machine specifications | Philipp Zabel | 13 | |
2006-09-14 | avahi: add 0.6.14 | Philipp Zabel | 1 | |
- add avahi-autoipd | ||||
2006-09-14 | merge of 'a6eee320d19a51be84a742cc6dcbf630b384272e' | Jamie Lenehan | 1 | |
and 'c6382b7d167b58ac0d7a80b4a402a6aadc42c954' | ||||
2006-09-14 | clamav 0.84: Inherit binconfig so that the clamav-config script is staged, | Jamie Lenehan | 1 | |
so that building applications that depend on libclamav works. Also update some descriptions. | ||||
2006-09-14 | merge of 'a7b6c0b68bc9a18f0b23fdb578ae8f808b2a242b' | Paul Sokolovsky | 1 | |
and 'e0dd8288a85ec7577d7ff6eb7670a1a4bd2a5a7c' | ||||
2006-09-14 | libpng 1.2.12: Bump PR so seconf fix to #1326 was propogated. | Paul Sokolovsky | 1 | |
* Fixes paths in libpng-config. | ||||
2006-09-14 | merge of '663deec10df075626151f1dcb867068e0e526266' | Paul Sokolovsky | 1 | |
and 'de34b2edcff91126ab8efe054f15964ad639fc4e' | ||||
2006-09-14 | binconfig.bbclass: Fix path rewriting for staged packages. | Paul Sokolovsky | 1 | |
* This bbclass does path rewriting within *-config scripts for packages being staged. However, it used to expect variable assignments in form foo=bar, whereas some packages (e.g. libpng) have foo="bar". Fixed to understand both formats. * Note: I consider this fix a workaround, as it uses overquoted regexps passed via command line. Instead, whole rewriting should be reimplemented in Python. | ||||
2006-09-13 | site: Add entries for clamav for my test platforms: sh4, i486 and i586. | Jamie Lenehan | 4 | |
Remove the site file from the clamav package itself since support for package specific site files is not included in OE yet. | ||||
2006-09-13 | clamav: New package for the CLAM anti-virus toolkit for UNIX. It | Jamie Lenehan | 12 | |
includes a multi-threaded daemon, a command line scanner, a tool for automatic updating via Internet and a shared library implementation for the scanner. Tested on sh4 and i486. | ||||
2006-09-13 | tor: add 0.1.1.23, closes #1408 | Bastian Ballmann | 9 | |
2006-09-13 | merge of '5b517db465e78171fe40e917eed17ab8594b1423' | Koen Kooi | 5 | |
and 'ffa337dbaac9ce437c92c6e2b6e0d8f6f8186bfc' | ||||
2006-09-13 | socat: fix termios stuff, closes #1407 | Bastian Ballmann | 3 | |
2006-09-13 | ixp4xx-kernel: Add 2.6.18 (currently -rc7) | Oyvind Repvik | 1 | |
2006-09-13 | slugos-image: Updates from blaster8 | Oyvind Repvik | 1 | |
2006-09-13 | merge of '366f83dc734476009ff4e31f1729e97e922e72d1' | Adrian Davey | 2 | |
and '894f5db8ff44cdd69177bc516f795dc19ade0dab' | ||||
2006-09-13 | merge of aa70f35e12bec75c0c43f7c69c41e959b5d83092 | Felix Domke | 1 | |
and b8008aabce59082ac3d1ce2199f08f43bfd1c6da | ||||
2006-09-13 | rdesktop: add rdesktop 1.5.0 | Adrian Davey | 2 | |
: ---------------------------------------------------------------------- | ||||
2006-09-13 | ixp4xx-npe: Update firmware installation path | Oyvind Repvik | 1 | |
2006-09-13 | linux-oz-2.6.17: Update to ASoC 0.11.5 fixing issues on cxx00 | Richard Purdie | 1 | |
2006-09-13 | angstrom.inc: reinstate TARGET_VENDOR | Koen Kooi | 1 | |
2006-09-13 | angstrom: introduce ANGSTROM_MODE to select between 'glibc' and 'uclibc', ↵ | Koen Kooi | 4 | |
inspired by poky * uclibc .28 lacks EABI support and svn trunk is b0rked | ||||
2006-09-13 | dbus: drop 0.6x | Koen Kooi | 14 | |
* people wanting the use the old-API dbus can use 0.23.x * people wanting to use the new-API dbus should use 0.9x * new-API glib bindings are provided via dbus-glib | ||||
2006-09-13 | rename sanitize.py to oe-stylize.py | Koen Kooi | 1 | |
2006-09-12 | ixp4xx-npe: Add initial microcode compiler stuff | Oyvind Repvik | 1 | |
2006-09-12 | merge of '22712c8613b8a7c9e5bd16bc8a75a2445ce7294c' | Paul Sokolovsky | 1 | |
and '5db3d555762b1c8d96106bfae60bec656db47eba' | ||||
2006-09-12 | base.bbclass(oe_libinstall): Handle shared libs basenames of which were | Paul Sokolovsky | 1 | |
suffixed with version properly. * Sometimes soname of a shlib is overriden to contain extra version. If it's build by libtool, .la still has basename w/o suffix. This fix recognizes such case, and handles shlib installation properly (via libtool). * Example of this is smpeg_0.4.4+0.4.5cvs20040311 which builds libsmpeg-0.4, while still being linked as -lsmpeg. Fixes #1389. | ||||
2006-09-12 | contrib/sanitize.py: Fix a hang when processing comment block and fix some | Cyril Romain | 1 | |
erroneous for loop usage. | ||||
2006-09-12 | merge of 83d0e48aed0ad37c789536151c11fe1ee96e68c6 | Michael Lauer | 6 | |
and e7d24f7f731de72cf1c6a2dd55f36590d951f3b4 | ||||
2006-09-12 | add bing, a console network performance measurement utility | Michael Lauer | 2 | |
2006-09-12 | udev-097,100: firmware_helper is now firmware.sh - fix udev.rules | Philipp Zabel | 4 | |
2006-09-12 | merge of '4e163b633216723377aa90e615e80915ff1c78df' | Marcin Juszkiewicz | 0 | |
and 'd54f42654eeb09635541659baf2e2803b3b1de4e' | ||||
2006-09-12 | merge of '3e2ce2d7251972891d2ea2ce5c8e998bbd9d3edb' | Paul Sokolovsky | 12 | |
and '97610ee42c7e0053a732da81b17cfc1599f73882' | ||||
2006-09-12 | ntp 4.2.0: If we use += for PACKAGES, ntp is already there, don't add it twice. | Paul Sokolovsky | 1 | |
* Fixes #1413. | ||||
2006-09-12 | merge of '3585034766082dee6be36ed64f840eaeee7eb14e' | Paul Sokolovsky | 12 | |
and 'c2682ec1dd418a696aa5cec3d278f7cfd4386443' | ||||
2006-09-12 | package.bbclass: Detect duplicates in PACKAGES properly. | Paul Sokolovsky | 1 | |
* Fix bug which caused non-detection. * Make visible error message for such condition. * But still recover and continue for now, while we don't have all occurances fixed in metadata. Note that while content of the package will be ok, metadata can be wrong. So, recover behavior should not be relied upon, this going to be fatal condition later. Oked-by: RP, hrw | ||||
2006-09-12 | merge of 'c2682ec1dd418a696aa5cec3d278f7cfd4386443' | Marcin Juszkiewicz | 0 | |
and 'cf7f497fc8382ee5981d4c920096851395f4fcaa' | ||||
2006-09-12 | merge of '14cc680dbaa6317eec602330d2fe0ac7dea3be7a' | Marcin Juszkiewicz | 341 | |
and '350557edbea2aa55107ce4c0e4dffc849b7e2307' | ||||
2006-09-12 | classes/insanity.bbclass: Check for possible insecure RPATH, make it work ↵ | Holger Freyther | 1 | |
with the funy BitBake scope The def methods are in a different scope that the PACKAGEFUNC and the result is only the packagefunc is able to use 'd' so we need to make this a parameter for the other methods. Use the installed scanelf to check for the RPATH of the files | ||||
2006-09-12 | merge of '9fa7d7e59941b8d15fcc1dc722bd3d781d3a4407' | Holger Freyther | 25 | |
and 'dbb377d00572c21544539346dc158feea2cfd1d6' | ||||
2006-09-12 | merge of 'a7f8532d3e089b840d428dbf757e7c0dbe658cb3' | Paul Sokolovsky | 1 | |
and 'da740e6fe20ac3c17064a8a58061a38e367c7147' | ||||
2006-09-12 | package.bbclass: Make "strippedness" check overridable. | Paul Sokolovsky | 1 | |
* Factor out "strippedness" substring as FILE_UNSTRIPPED_MATCH. * Allow FILE_UNSTRIPPED_MATCH to be overriden, useful to support other executable formats. * Also, don't complain if .debug directory already exist (can heppen if manually run BB tasks, e.g. for debugging). | ||||
2006-09-12 | gnupg 1.4.2.2: Remove spurious .debug directories from the non -dbg packages. | Jamie Lenehan | 2 | |
2006-09-12 | libgpg-error 1.3: Remove spurious .debug directories from the non -dbg packages. | Jamie Lenehan | 1 | |
2006-09-11 | merge of '08a9f8816233bc3d01e123af2e2d1cb16e33a5ca' | Jamie Lenehan | 1 | |
and '69dac44f2f89d51cf2907a847ea92aca14c6d2f7' | ||||
2006-09-11 | merge of '1b9ad8be7ef3071bd7dd0eca9ade2548cb1a11d9' | Paul Sokolovsky | 1 | |
and 'eed5ae4efe4ce1cb698a47eda73593279e7c3f9a' |