Age | Commit message (Collapse) | Author | Files |
|
bitblit: add svn recipe
|
|
|
|
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
6.8 was the first release to use GPLv3+, make sure the license
is set correctly. Also make sure the karmic compile fix is applied
for everyone.
|
|
We can drop the other two patches as they have been applied.
|
|
Should fix situation after e05310f4958ba6c73488d398325670704401ee70 commit.
Before:
* Package openssh-keygen wants to install file /usr/bin/ssh-keygen
But that file is already provided by package * ssh-keygen
After:
* ERROR: The following packages conflict with openssh-keygen:
* ssh-keygen *
|
|
With gcc 4.3 stdc++ symbols leak into the library. One way to
solve it is to use a custom linker script, another one is to
just point gcc to the c++ library. The second option is used
here right now.
|
|
|
|
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
Uses the same inherit as mesa-dri, so they both get the same answer.
Also switch to INC_PR.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Will allow reuse by xorg-xserver.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
${MACHINE_DRI_MODULES} is passed to configure, so the package output
depends on MACHINE. As foretold by commit f06119fc :)
Also switch to INC_PR and fix built of mesa-xprogs when prefix != /usr.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have this SRC_URI which forces bitbake to abandon the machine
specific SRC_URI override if it happens to be before this in
parse order. Anyway this SRC_URI is not needed too.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
|
|
|
|
do_install was looking under ${D}/some long cross path/*/lib;
needs to be lib64 on x86_64. On x86_64 base_libdir would be set to
/lib64, so we can go by that.
Bump INC_PR for recent gccs: 4.1.2, 4.2.[34], 4.3.[34], 4.4.1.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Put it in ${base_sbindir} instead of /sbin. Bump INC_PR to r34.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
inherit autotools and gtk-icon-cache instead, so the theme doesn't
depend on gconf.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
This reverts commit f9b6fb8272850ebb1a001f6f055df8a3c74733fd.
Apparently the change to not use libtool causes failures on some machines, but
not others. Will investigate further.
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise it does not find patches stored under opkg directory
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Since wireless-tools.inc is included at the top of the recipe it should clear
SRC_URI.
Without this, SRC_URI contains the recipe file, which in turn gets
installed in to the work area. When using BBPATH to set BBFILES,
this causes an error on subsequent parsing due to wireless-tools.inc
does not get copied with the recipe and is not found.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
search paths.
Ultimately we should have --with-<lib> and --without-<lib> for everything,
however if a recipie does not the suspect code wanders through the host system
searching for a working library. OE takes great pains to set that all up, lets
let it decide the right library.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
3.63 is no longer available.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
If the other site files are accurate, almost all of the bash vars
are universal across Linux.
Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|