[Bug 3805] New: most heavily patched projects in OE
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Sun Feb 17 21:18:34 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=3805
Summary: most heavily patched projects in OE
Product: Openembedded
Version: unspecified
Platform: Other
URL: http://oz.leggewie.org/wip/patches-upstream.txt
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: bugs.openembedded.org at rolf.leggewie.biz
Here is a list of the most heavily patched projects in OE.
21 packages/glib-2.0
21 packages/qt4
22 packages/gpephone
23 packages/autoconf
23 packages/gnome
23 packages/sqlite
24 packages/gaim
24 packages/mozilla
26 packages/qpe-games
28 packages/wlan-ng
30 packages/libtool
30 packages/libxine
32 packages/nslu2-binary-only
35 packages/perl
40 packages/xorg-lib
42 packages/net-tools
44 packages/python
45 packages/ixp425-eth
47 packages/ixp4xx
53 packages/nonworking
58 packages/uclibc
67 packages/qemu
75 packages/qte
83 packages/busybox
93 packages/xorg-xserver
95 packages/linux
99 packages/binutils
101 packages/gtk+
105 packages/u-boot
185 packages/glibc
292 packages/gcc
892 packages/linux
They should be profitable targets for the "push'em"-initiative
(http://oz.leggewie.org/wip/patches-upstream.txt)
The following sequence of command is how I compiled above list.
find packages/ -name *.diff -print0|xargs -0 egrep -vl \^upstream\:|sort|cut -f
1-2 -d "/" > /tmp/patch.txt
find packages/ -name *.patch -print0|xargs -0 egrep -vl \^upstream\:|sort|cut
-f 1-2 -d "/" >> /tmp/patch.txt
uniq -c /tmp/patch.txt |sort -n
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list