Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fixes security issues
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
* Correctly build help whiles cross compiling.
* Detect codeset from langinfo tables, not locale name.
* Ignore modifiers with Esc + Numeral F-keys emulation.
* Package locale dependent files to locale sub-packages.
* Install profile.
* Use standars stages.
* Fixed Serbian locale.
|
|
|
|
|
|
|
|
* people should really test things before making it a global default. 'sane default' implies that at least do_patch succeeds
|
|
|
|
into org.openembedded.dev
|
|
PostScript version of the display.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove outdated binary-only old version
|
|
|
|
more
|
|
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.
|
|
into org.openembedded.dev
|
|
|
|
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.
|
|
|
|
|
|
SRC_URI
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
Add support to disable psplash using boot param as done for regular
psplash package. To disable it, use 'psplash=false' as boot param.
|
|
It was done using a looping through cmdline contents but it failed
depending on params order; using a grep makes it works more reliably.
|
|
|