Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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' | ||||
2006-09-11 | contrib/sanitize.py: Revision 0.5 | Cyril Romain | 1 | |
* 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-11 | libpng 1.2.12: Switch to use autoconf'ed build. | Paul Sokolovsky | 1 | |
* 1.2.12 (or other version past 1.2.8) switched to the full configure support, use autotools class to build it. | ||||
2006-09-11 | site i{4,5}86-linux: Add required entries for lftp. | Jamie Lenehan | 2 | |
2006-09-11 | merge of '4b5876260ca7de97ddf57046863ff17cf59f9346' | Justin Patrin | 6 | |
and 'df35446baef7d0a7c0873c1be6afed6f313c9415' | ||||
2006-09-11 | e-utils: remove e dependency as it is no longer a package | Justin Patrin | 1 | |
2006-09-11 | gnupg 1.4.2.2: Fix for x86. The assembler code was being compiled | Jamie Lenehan | 2 | |
with underscores prefixed to the functions while the C code was not expecting the underscores. This was caused by the configure script assuming that _'s were required when cross-compiling. Turning off assembler code via a configure option would have fixed this, but instead I've modified the configure script to actually test for underscores when cross-compiling - the test is just a compile + nm which works fine when cross-compiling. Tested on i486, i586 and sh4. | ||||
2006-09-11 | site i486,i586,sh4: Add required site file entry for rp-pppoe. | Jamie Lenehan | 4 | |
2006-09-11 | libpcre: fixes resulting from renaming pcre->libpcre | Martin Dietze | 3 | |
* the recipes in libpcre now contain the code from the removed pcre packages (sorry for the mess) * nylon-feed now DEPENDs on libpcre instead of pcre | ||||
2006-09-11 | simple-firewall: fix CVSDATE/SVNDATE confusion. | Martin Dietze | 1 | |
2006-09-11 | classes/icecc.bbclass: Use split so we get the real version instead of a ↵ | Holger Freyther | 1 | |
single charachter [2] will get us the 2nd charachter of the first line. This is not what we wanted. We want the version number which is the '2nd' column of the first line. | ||||
2006-09-11 | classes/insane.bbclass: Run the first test of the insanity.bbclass | Holger Freyther | 1 | |
2006-09-11 | zd1211: Add HOMEPAGE, sanitize | Oyvind Repvik | 1 | |
2006-09-11 | merge of 'a70eb00abecc56b2732841f765ef8ad1a5bfd8d8' | Oyvind Repvik | 1 | |
and 'f381f85181c143ee817eed25326a5e226729146d' | ||||
2006-09-11 | uclibc_svn: remove patches that have been applied upstream | Koen Kooi | 1 | |
2006-09-11 | bwmon: Update licence | Oyvind Repvik | 1 | |
2006-09-11 | libdvb: Sanitize | Oyvind Repvik | 1 | |
2006-09-11 | merge of 'e483dba7ba282bfa85b0013f80f8cb08cdc09e8c' | Oyvind Repvik | 1 | |
and 'ff6f66dceec5bbb396856d2556a977d4b646133e' | ||||
2006-09-11 | uclibc.inc: allow EABI uclibc builds | Koen Kooi | 1 | |
2006-09-11 | eventlog: Add package eventlog | Oyvind Repvik | 2 | |
2006-09-11 | syslog-ng: Upstream upgrade to 1.6.11 | Oyvind Repvik | 1 | |
2006-09-11 | libol: Upstream upgrade to 0.3.18 | Oyvind Repvik | 1 | |
2006-09-11 | merge of '3e1adbc3c19ac71287b5a3e6200f3fe6bde5c106' | Oyvind Repvik | 5 | |
and 'd9037235184b56c405c27cb611e52d27e7879173' | ||||
2006-09-11 | vsftpd: clean up proper | Oyvind Repvik | 5 | |
2006-09-11 | merge of '0edc1768de060a67dac5f890607917c6fc071afb' | Jamie Lenehan | 2 | |
and '97ba2f7d5ed2933671887798c86f26a5e86dac86' | ||||
2006-09-11 | merge of 'ccc0894b166e387c9e2ae80e0f6e03fee22306d5' | Koen Kooi | 3 | |
and 'd2e1959c4d2d8f9a070ee5db2eedd636d8dc687d' |