Age | Commit message (Collapse) | Author | Files |
|
uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't
set TZ variable if it is present.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* Add the BSD header to the signGP.c file with copyright year 2010.
* Bump PR
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
|
|
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
snort.org changed source URLs to
http://www.snort.org/downloads/116
alike that redirect somewhere to Amazon S3 with parameters added to the link that
makes wget save files like "snort-version.tar.gz?lots-of-gibberish" which breaks
build. Workaround that.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Like this:
/etc/init.d/squid: line 18: /etc/squid.conf: No such file or directory
We actually have squid config in /etc/squid/squid.conf
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Legally, it is more correct to call the mix of licenses (like used by liboil)
with the application-specific name, rather than a generic "various".
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
They were only used for cf_gen compilation which is unnecessary with a little patch
for squid build system.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Old init script killed all dropbear processes when doing stop/restart
including open SSH sessions which is very annoying.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Wasn't installed for some reason.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Thanks to Buildroot guys for patches.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
When the function to set PSTAGING_ACTIVE is an anon python function OVERRIDES
is not set so we cannot set things to disabled in the context of BBCLASSEXTEND
recipes. To fix this we need to have native/nativesdk set OVERRIDES outside of
the anon function context. We then make a COW of the data at this point in
packaged-staging's anon function and evaluate so we know what will be in
OVERRIDES and check. While we're in here drop a duplicate test in
populate_sysroot_postamble and check nativesdk along with the rest of the
classes that need mangling.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
* xz-native is needed to decompress these URI's
and it has vicious catch-22 with autoconf-native etc.
unless that is solved dont use it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
* Re-base against latest psp defconfig
* Sync-up config with beagleboard
Signed-off-by: Roger Monk <r-monk@ti.com>
|
|
* Changed the command that packages the contents of the
source ipk to ar instead of tar to match how other ipks
are built.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* Added License field to the control file.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This has some unintended consequences, revert for now.
This reverts commit 9a0e95f37639d9856ad41b8fc301f9b00369a797.
|
|
When the function to set PSTAGING_ACTIVE is an anon python function
overrides are not set so we cannot set things to disabled in the context
of BBCLASSEXTEND recipes. Call this function before we check
PSTAGING_ACTIVE. In the case of packagedstaging_fastpath it's cleaner
to convert to a full python function. While we're in here drop a
duplicate test in populate_sysroot_postamble and make do_package_stage
check PSTAGING_ACTIVE for == 0 rather than != 1, like the rest of the
functions do.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
bison-native does some hard-coded path nastiness to the binary so
we disable packaged-staging.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
With the changes to move ${CROSS_DIR} into sysroots/ we now
$ORIGIN-mangle cross packages (and already were native) so change
the comment from cross.bbclass while we're at this and then put
these recipes into the usual packaged-staging cache.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
|