Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
git.inc : fixes from OM mtn
|
|
|
|
cause no change to compilation or packaged content - if it built for you previously, then you don't need the patch, but it will do no harm.
|
|
|
|
* fix config.mak.in to export LDFLAGS, now it
compiles and runs in a sane way
* remove the OEMAKE_EXTRA hack for LDFLAGS
* bump PR
|
|
* remove git.inc because 2 files are enough
* let git-native require git
* override RDEPENDS in git-native
* switch to autotools
* add files/autotools.patch so we can crosscompile
* adding expat and zlib to the DEPENDS
|
|
|
|
|
|
|
|
- Adjust path to templates directory to fix `git init-db`
- Make it depend on cpio and findutils as at least local `git clone` relies on them.
|
|
|
|
|
|
root@h2200:/data# git clone git://git.cairographics.org/git/cairo
/usr/bin/git-clone: line 325: perl: command not found
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
|
|
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.
|
|
|
|
extra collie scoop fix. Seperate corgi include fix so mainline c7x0 compiles. Update hx2750 base patch for recent mmc changes.
|
|
dependencies (curl-native, openssl-native) - I'm not sure what the policy is on this. Adding them should be straight forward enough though.
|