Age | Commit message (Collapse) | Author | Files |
|
the PACKAGES_DYNAMIC declaration for the perl modules. This declaration
appears to be global though - so if either of the older perl versions exist
it actually works - bitbake picks up the definition from the older recipes
even though it isn't building them. This shows up as "No providers of
runtime build target <x>" errors where x is a perl module. Thanks to Koen
for figuring this one out.
|
|
NOTE: it would be nice if machine maintainers run the script on their device instead of pasting a line from /proc/cpuinfo. If the htc universal people had done so, they would have noticed everything comes up in *uppercase*. So xtscal wasn't broken
|
|
This is done by allowing gcc to search for errno.h by itself instead
of manually searching for. The manual search was looking in
STAGING_INCDIR and that's not where the external toolchains headers
are. This whole test is really for handle other compilers and
operating systems, so the simple make gcc do itself should be fine
for us. Closes #1700.
|
|
needed for perl since it doesn't run makedepend.SH. Closes #2168
|
|
and '81b965980024f9910b33f96029588e606530aae4'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* should fix sound and bluetooth
|
|
and 'bdbd61d03008d901627ae17450554a101ca42e5b'
|
|
* Lart mtn's changing of add command semantics.
* Closes #2175.
|
|
|
|
|
|
and 'c543d0117473a500f955b26db8d404474a1506af'
|
|
|
|
|
|
|
|
|
|
|
|
defined in local.conf
|
|
as angstrom-console-image
|
|
* NOTE: this is a cleaned and fixed up version of the one in the openmoko svn repo
|
|
|
|
|
|
* The source for version 3.5 hasn't been available for a long time.
* Make sure pppoe is installed suid root.
* Always try to reconnect, pppd handles stop/starting pppoe. This prevents
lots of annoying problems with pppoe totally giving up (debian patch)
* Accept PPPoE packets from multicast addresses (debian patch)
* Don't check the version of the hosts ppp, we don't support the older
versions of ppp anyway so just remove those checks.
* RDEPEND on ppp, which is needed to use pppoe
* Hard code pppd and id paths, don't search for them on the host system.
|
|
packages instead of manually naming them with their original name to
stop it.
|
|
fixes and OSPF configuration releated fixes.
|
|
and '4ae75f1e55a112909b2988f967576647e8b6ed03'
|
|
appropriate libarary and include directories for exapt to the
makefile.
NOTE: This still doesn't work since it tries to use the host headers
when linking to perl. Fixing this properly will need "perl" to be
installed in the staging area (currently we stage perl-native only).
|
|
and 'e1f2e3537870e6d4a997727168dd4b5fc7824f14'
|
|
* Modify perl to install a copy of it's configuration during staging. This
will allow us to get at the perl settings for the target when building
cpan modules.
* Modify perl-native to allow selection of the host or target configuration
based on an environment variable. This will allow the cpan class to select
the appropriate configuration based on if we are building the native
package or not.
* Modify cpan.bbclass to set the environment variable to an appropriate
value to tell perl native to select the appropriate settings based on if
we are building native or target modules.
This change fixes some modules that were compiled for the host instead of
the target (libversion-perl for example) and fixes up some of cpan modules
that include additional subdirectories with their own makefiles.
|
|
|
|
* can we remove either mpeg2dec or libmpeg2, they seem a bit redundant.....
|
|
* OE can't add a proper RREPLACES, so people installing generated packages will proably have to a form of -force-overwrite
|
|
|
|
and '62ddceade7b13ecdec3ff4ff1a0f8412312a23e2'
|