Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
* split do_compile() into do do_configure() and do_compile()
* don't clobber CFLAG by exporting it: edit Configure script to set
the machine-specific flags, and let the Configure script append
feature-based flags
* don't use linux-pentium and linux-ppro, they got dropped in openssl 0.9.8,
use the Debian machine definitions instead
|
|
|
|
appropriate flag rather then manually processing the site file contents to
do this.
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
|
|
drop older versions
|
|
into handhelds.org:/home/kergoth/code/openembedded
2005/02/03 13:26:41-05:00 handhelds.org!kergoth
Apply patch to add the armeb target arch to openssl Configure, consolodate openssl metadata into a .inc, and fixup the openssl builds to define L_ENDIAN or B_ENDIAN appropriately.
BKrev: 42026cfcbWNDqq37LnoEZ-ReFeLBkA
|
|
into cwiiisdesktop.(none):/home/cwiiis/oe/openembedded
2005/01/24 22:31:51+01:00 handhelds.org!zecke
OpenSSL:
Remove bashism from the last cset
2005/01/24 16:19:23-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/24 16:19:13-05:00 handhelds.org!kergoth
Kill the now unnecessary status patch to cairo cvs. Make sure you're on current cvs, or old enough that it's before the status breakage.
2005/01/24 21:51:01+01:00 (none)!koen
mb-wm-0.9.1 lower DEFAULT_PREFERENCE
2005/01/24 21:35:40+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/01/24 21:35:25+01:00 (none)!koen
change mb-desktop SRC_URI to fetch from o-hand.com instead of hh.org
BKrev: 41f5700fLpiIJ-8XAdZGLUYm5OEWyw
|
|
into handhelds.org:/home/ich/programming/oe/openembedded
2005/01/23 22:23:54+01:00 handhelds.org!zecke
OpenSSL 0.9.7e compile fix:
-Push directory to util before calling perpathl.pl
BKrev: 41f54efco8zZ89gchmcIY78Kw3zTRA
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/06 01:55:32+01:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/01/06 01:55:10+01:00 handhelds.org!zecke
OpenSSL 0.9.7e:
Add this version, apply the debian.patch,
Makefile.ssl vanished so don't use it anymore
2005/01/06 01:42:12+01:00 handhelds.org!zecke
QtE-Fonts-Common:
Only download recent QtE 3.3.3 once
2005/01/06 01:33:24+01:00 handhelds.org!zecke
OpenSSL 0.9.7[b;d]:
openssl wants to use CC as assembler. OE/bitbake.conf sets AS to '*as'
we need to revert that setting to be able to build openssl on platforms
with assembler code (like md5 sum code for x86)
BKrev: 41dc96f6-JF5NoBfupVPnwdpwbf__w
|