Age | Commit message (Collapse) | Author | Files |
|
* Remove unused patches from files.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
moved to openssl-1.0.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
solved in the latest version
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* PAM means openssh wants its own implementation of pthread functions
and the signatures dont match with uclibc functions. stdio.h pulls
in pthread.h and causes the compiler to abort compilation. Ideally
uclibc should not include pthread.h but its a hard one to fix. Until
then we disable pam on uclibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
because users insist on it :(
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
This reverts commit 223d9efb8f6709f6359bc0d1ec21c552140b6184.
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
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 *
|
|
This version has been working well on x86.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Because of leading slashes in FILES_*, some files were being installed
twice: e.g. /etc/ssh/moduli was in both openssh and openssh-sshd. Now
openssh is an empty metapackage, which I think was the plan.
Other cleanups:
* switch to INC_PR
* remove dangling slogin symlink to ssh to fix warning
* remove FILES_openssh-dbg line, which had a syntax error and doesn't
appear necessary to keep debug out of the openssh-misc package anymore.
* rename package ssh-keygen to openssh-keygen for consistency
* use ${PN} in variable names
Tested with 5.2p1.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
*as openssh 5.2p is similar(they worked with the same recipe) to openssh-4.6p1 they now(for openssh-4.6p1) depend on a common openssh.inc
checksums will be commited soon
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|