Age | Commit message (Collapse) | Author | Files |
|
It does not work perfectly (complains about possible problems in the tcl
package), and buttons are huge, but it allows to browse history.
git-gui OTOH does not start at all, it only complains that tk is not
correctly installed, so it is commented out.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
packages.
This trims the main package by ~75%, and split of all perl scripts allows
to spare the installation of perl, which is no small bargain either.
Note that git-remote-http triggers a strange bug (OE#5465), so it is not
split out for now.
Also drop cpio dependency, which has been unneeded since a number of git
revisions.
Tested rapidly on shr/testing: seen no problem doing clone/commit/amend/reset/
revert/log/status/diff/rebase -i/conflict resolution.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
git-native failled to run because of libssl changes.
bumping PR solve that.
Note that if autorev is used,the user has to bitbke -b git-native
(to bypass the parsing) else:
it start parsing the recipes
At some point it encounter a git autorev recipe
it calls git which fails because of the library issue
the parsing fails,which prevent git-native or other recipes to be built
|
|
moved to openssl-1.0.0
Signed-off-by: Martin Jansa <Martin.Jansa@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>
|
|
Using softlinks has the following effects on package size:
git: 54MB -> 3.0MB
git-dbg: 646MB -> 141MB
|
|
|
|
It was zeckes opinion that we dont need the python stuff for OE useage
and looking at what is installed I would agree. Disabled it otherwise
we need to point it at python-native to stop it using host python.
|
|
The git-daemon+(x)inetd has a known denial of service problem. Upgrade
to a newer git version just in case. Remove two bogus autoconf patches
that can be done by passing in autoconf varaibles. Switch to local
checksums instead of checksums.ini
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
|
|
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>
|