Age | Commit message (Collapse) | Author | Files |
|
names
|
|
This function is used to correct .la files. Many bb files use their
own do_install so just adding this into the original
autoclass_do_install won't work. This ensures the .la files contain
correct path.
|
|
|
|
invoke a makefile in $PWD
* if you use makefiles to control OE which has a distclean target you would end up loosing your build when it hits an e package
* Spotted by Leon Woestenberg
|
|
Without this, postrm script will try to remove service on the host
system in a toolchain environment.
Patch created by Christopher Hall <hsw@openmoko.com>
|
|
|
|
|
|
bitbake
|
|
|
|
This adds ppc64-linux to the siteinfo list.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
|
|
|
|
freedesktop-mime-info when detecting the need for it
|
|
|
|
|
|
to call it and move prerm to postrm
|
|
|
|
* patch was provided by Andrea Adami <andrea.adami@gmail.com> alias ant
* now we can build qt stuff with the arm-uclibc-eabi toolchain
* bump PR on qmake-native and qmake2-native
|
|
|
|
|
|
|
|
|
|
My python is rusty :)
|
|
|
|
/usr/share/mime/applications/ and adds the appropriate postinst/prerm magic
* the postinst were designed to run off-line as well
gnome.bbclass: use mime.bbclass
|
|
kernel source
|
|
If you have a package with many data files (like xserver-xorg-print)
the overhead of forking and executing scanelf/objdump on these files
is way too high.
Change the code to open the file and check if it is an elf file.
Pass the result to the checking functions. If we do not have an elf
file in front of us do not execute scanelf/objdump.
This is a speed increase, it still detects GNU hash, the other parts
should continue to work as well but needs some verificiation.
|
|
rootfs_ipk: avoid matching spurious errors
|
|
Disable icecc to pass compiling
|
|
|
|
pass to oe_runconf
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Since 1.8.8 bitbake stopped providing 'A' variable that src_distribute used.
Update src_distribute.bbclass to correctly generate files list w/o using
that var.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
|
|
* install MakeMaker files separately for native and target system
* PERL_INC, PERL_LIB and PERL_ARCHLIB changes through environment
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006815.html
|
|
|
|
|
|
* still lack a symlink for mach/, dunno how to do that properly since the information is dynamically generated with makefiles
|
|
/etc/ld.so.conf is present
|
|
We started passing --target-style=gnu/both to the linker. If the
buildsystem is not picking up our LDFLAGS it will not have this
hash in the binary. E.g. this is true for busybox. Add a check to
insane.bbclass to check if we have a GNU_HASH in the elf binary.
Make this a non fatal QA option until the majority of packages
are fixed.
|
|
|
|
If either DISTRO_PR and OELAYOUT_ABI staging packages become superseeded
therefore add these to the default extra paths variables although distros
are free to override this if they know better.
|
|
Based on experience, this function is going to cause massive code readability
issues. We can actually clean up the code more without it so do this instead.
|
|
This patch:
* Moves the ABI variables into a new abi_version.conf (like Poky).
* Renames SANITY_ABI to OELAYOUT_ABI since it has uses outside
sanity.bbclass and sanity.conf.
* Adds checks to sanity.bbclass so the user is notified when DISTRO_PR
changes in a similar way to the OELAYOUT_ABI versions.
|
|
|
|
With bitbake -b this broke, import bb to make the python runtime
happy.
|
|
|
|
|
|
(fixes build failure for pointercal, and probably others)
|
|
apt-ftparchive anymore (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
|
|
Conflicts:
packages/busybox/busybox_1.11.3.bb
packages/dsplink/codec-engine_2.10.bb
packages/gdb/gdb_6.3.bb
packages/gdb/gdb_6.4.bb
packages/gdb/gdb_6.6.bb
packages/gdb/gdb_6.8.bb
packages/glibc/glibc_2.2.5.bb
packages/glibc/glibc_2.3.2+cvs20040726.bb
packages/glibc/glibc_2.3.2.bb
packages/glibc/glibc_2.3.3+cvs20041128.bb
packages/glibc/glibc_2.3.3+cvs20050221.bb
packages/glibc/glibc_2.3.3+cvs20050420.bb
packages/glibc/glibc_2.3.3.bb
packages/glibc/glibc_2.3.5+cvs20050627.bb
packages/glibc/glibc_2.3.6.bb
packages/glibc/glibc_2.4.bb
packages/glibc/glibc_2.5.bb
packages/glibc/glibc_2.6.1.bb
packages/glibc/glibc_2.7.bb
packages/kexecboot/linux-kexecboot_2.6.26.bb
packages/libsdl/libsdl-x11_1.2.11.bb
packages/linux/linux-rp_2.6.26.bb
packages/mozilla/fennec_hg.bb
packages/python/python_2.5.2.bb
packages/tasks/task-xfce-base.bb
packages/xorg-driver/xf86-video-omapfb_git.bb
packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
|
|
|