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>
|
|
RDEPENDS="".
The first part really does get us using the right perl to find out PERL_LIBDIR.
The second part means that we don't depend on target perl being built too.
|
|
bump PRs.
Setting PERL_LIBDIR means that Dpkg.pm, etc, get put into the searchpath of
perl-native now. Force dpkg-architecture to call our perl not host. We also
didn't have a consistent set of DEPENDS but we should have.
|
|
|
|
|
|
to dpkg.
|
|
|
|
|
|
|
|
|
|
git-svn-id: https://svn.o-hand.com/repos/poky@4748 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
git-svn-id: https://svn.o-hand.com/repos/poky@4709 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
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>
|
|
|
|
It makes final dpkg scripts point to
#!/usr/bin/perl
instead of unexistent (at running time)
#!.../tmp/staging/i686-linux/bin/perl
|
|
Instead of using "echo -e" we simply use printf. printf doesn't add a newline
by default. So some places needed an extra \n in their string.
Most of the change was done by hand, so please carefully review. This bug was
spotted when trying to compile python-pyqt on my ubuntu hardy system.
|
|
on this -> loop
|
|
|
|
|
|
built. Ignore unknown fields in control files making deb builds quieter.
|
|
poky rev 696: "Add dpkg, modified from upstream oe."
poky rev 728: "Sync up.. all the deb/dpkg changes which I have locally are now in svn."
poky rev 843: "enable noman.patch to avoid building man directory (results in significant speedup)"
poky rev 844: "move noman.patch inclusion from dpkg.inc to dpkg_1.13.22.bb"
|
|
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.
|
|
|
|
|
|
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/16 01:38:59+02:00 handhelds.org!zecke
dialog:
Update to more modern dialog source-code, update the m4.patch,
even after quilt uglified it...
2005/05/16 01:18:40+02:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/05/16 01:12:06+02:00 handhelds.org!zecke
diffstat:
Update to an existing source package
BKrev: 4287ddc3cmyf6ietxVB07PJKkwJlqQ
|
|
BKrev: 424e1108qNAmQhUUhcu17wCFcyZMlg
|
|
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
|