All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] misc patches
@ 2007-07-08 15:53 Rolf Eike Beer
  2007-07-09 21:24 ` Randy Dunlap
  0 siblings, 1 reply; 13+ messages in thread
From: Rolf Eike Beer @ 2007-07-08 15:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

This are some random patches I've lying around here. They are not related to 
each other

1) Use kcalloc() in drivers/video/aty/atyfb_base.c
2) Initialize filp->private_data only once in em28xx_v4l2_open
3) [Doc] Fix typos in fs/sysfs/file.c
4) [Doc] Document pci_iomap()

Eike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 0/4] misc patches
  2007-07-08 15:53 [PATCH 0/4] misc patches Rolf Eike Beer
@ 2007-07-09 21:24 ` Randy Dunlap
  2007-07-09 21:27   ` Andrew Morton
  0 siblings, 1 reply; 13+ messages in thread
From: Randy Dunlap @ 2007-07-09 21:24 UTC (permalink / raw)
  To: Rolf Eike Beer; +Cc: linux-kernel, akpm

On Sun, 8 Jul 2007 17:53:56 +0200 Rolf Eike Beer wrote:

> This are some random patches I've lying around here. They are not related to 
> each other
> 
> 1) Use kcalloc() in drivers/video/aty/atyfb_base.c
> 2) Initialize filp->private_data only once in em28xx_v4l2_open
> 3) [Doc] Fix typos in fs/sysfs/file.c
> 4) [Doc] Document pci_iomap()

Hi,

Please don't make unrelated/random patches look like a patch series.

>From Documentation/SubmittingPatches:

(where a "patch series" is an ordered sequence of multiple,
related patches)

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 0/4] misc patches
  2007-07-09 21:24 ` Randy Dunlap
@ 2007-07-09 21:27   ` Andrew Morton
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Morton @ 2007-07-09 21:27 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Rolf Eike Beer, linux-kernel

On Mon, 9 Jul 2007 14:24:17 -0700
Randy Dunlap <rdunlap@xenotime.net> wrote:

> On Sun, 8 Jul 2007 17:53:56 +0200 Rolf Eike Beer wrote:
> 
> > This are some random patches I've lying around here. They are not related to 
> > each other
> > 
> > 1) Use kcalloc() in drivers/video/aty/atyfb_base.c
> > 2) Initialize filp->private_data only once in em28xx_v4l2_open
> > 3) [Doc] Fix typos in fs/sysfs/file.c
> > 4) [Doc] Document pci_iomap()
> 
> Hi,
> 
> Please don't make unrelated/random patches look like a patch series.
> 

I tend to have a big panic if sent a pile of patches which have no sequence
numbering.  So if they are all unrelated, please tell me so.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH 0/4] Misc patches
@ 2011-10-28 23:41 Joshua Lock
  2011-10-28 23:42 ` [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator Joshua Lock
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Joshua Lock @ 2011-10-28 23:41 UTC (permalink / raw)
  To: openembedded-core

A series of minor tweaks from my disk. The XFCE support in oe.terminal has
only been tested on a Fedora machine so I would appreciate testing from XFCE
users on other distros.

Regards,

Joshua

The following changes since commit ddc9a58b8553599d2328ac1c4449b41681ae45d1:

  Add readline as dependecy for gdb-cross-canadian (2011-10-27 08:37:53 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/work
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work

Joshua Lock (4):
  lib/oe/terminal: add support for XFCE's terminal emulator
  libxslt: Fix packaging of xsltConf.sh
  libcanberra: add new package for unpackaged files
  clutter-gtk: add LIC_FILES_CHKSUM to include file

 meta/lib/oe/terminal.py                            |   21 ++++++++++++++++++++
 meta/recipes-graphics/clutter/clutter-gtk.inc      |    1 +
 .../pulseaudio/libcanberra_0.28.bb                 |   11 ++++++++-
 meta/recipes-support/libxslt/libxslt_1.1.26.bb     |    4 +-
 4 files changed, 33 insertions(+), 4 deletions(-)

-- 
1.7.7




^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator
  2011-10-28 23:41 [PATCH 0/4] Misc patches Joshua Lock
@ 2011-10-28 23:42 ` Joshua Lock
  2011-10-29  0:56   ` Chris Larson
  2011-10-28 23:42 ` [PATCH 2/4] libxslt: Fix packaging of xsltConf.sh Joshua Lock
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Joshua Lock @ 2011-10-28 23:42 UTC (permalink / raw)
  To: openembedded-core

That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This
could get interesting!

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/lib/oe/terminal.py |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
index 1455e8e..b90a1f2 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -57,6 +57,27 @@ class Gnome(XTerminal):
     command = 'gnome-terminal --disable-factory -t "{title}" -x {command}'
     priority = 2
 
+class Xfce(XTerminal):
+    def distro_name():
+        import subprocess as sub
+        try:
+            p = sub.Popen(['lsb_release', '-i'], stdout=sub.PIPE,
+                          stderr=sub.PIPE)
+            out, err = p.communicate()
+            distro = out.split(':').strip()
+        except:
+            distro = "unknown"
+        return distro
+
+    # Upstream binary name is Terminal but Debian/Ubuntu use
+    # xfce4-terminal to avoid possible(?) conflicts
+    distro = distro_name()
+    if distro == 'Ubuntu' or distro == 'Debian':
+        command = 'xfce4-terminal -T "{title}" -e "{command}"'
+    else:
+        command = 'Terminal -T "{title}" -e "{command}"'
+    priority = 2
+
 class Konsole(XTerminal):
     command = 'konsole -T "{title}" -e {command}'
     priority = 2
-- 
1.7.7




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 2/4] libxslt: Fix packaging of xsltConf.sh
  2011-10-28 23:41 [PATCH 0/4] Misc patches Joshua Lock
  2011-10-28 23:42 ` [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator Joshua Lock
@ 2011-10-28 23:42 ` Joshua Lock
  2011-10-28 23:42 ` [PATCH 3/4] libcanberra: add new package for unpackaged files Joshua Lock
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 13+ messages in thread
From: Joshua Lock @ 2011-10-28 23:42 UTC (permalink / raw)
  To: openembedded-core

xsltConf.sh is installed to libdir not bindir, fix pacakging.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-support/libxslt/libxslt_1.1.26.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
index 8cfce0a..96bffc6 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458"
 
 SECTION = "libs"
 DEPENDS = "libxml2"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch"
@@ -24,6 +24,6 @@ RPROVIDES_${PN}-bin += "${PN}-utils"
 RCONFLICTS_${PN}-bin += "${PN}-utils"
 RREPLACES_${PN}-bin += "${PN}-utils"
 
-FILES_${PN}-dev += "${bindir}/xsltConf.sh"
+FILES_${PN}-dev += "${libdir}/xsltConf.sh"
 
 BBCLASSEXTEND = "native"
-- 
1.7.7




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 3/4] libcanberra: add new package for unpackaged files
  2011-10-28 23:41 [PATCH 0/4] Misc patches Joshua Lock
  2011-10-28 23:42 ` [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator Joshua Lock
  2011-10-28 23:42 ` [PATCH 2/4] libxslt: Fix packaging of xsltConf.sh Joshua Lock
@ 2011-10-28 23:42 ` Joshua Lock
  2011-10-28 23:42 ` [PATCH 4/4] clutter-gtk: add LIC_FILES_CHKSUM to include file Joshua Lock
  2011-10-31 10:49 ` [PATCH 0/4] Misc patches Richard Purdie
  4 siblings, 0 replies; 13+ messages in thread
From: Joshua Lock @ 2011-10-28 23:42 UTC (permalink / raw)
  To: openembedded-core

Create an extra package, libcanberra-gnome, for gdm and
gnome-settings-daemon files installed by libcanberra.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../pulseaudio/libcanberra_0.28.bb                 |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb b/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
index 1922f72..432a831 100644
--- a/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
+++ b/meta/recipes-multimedia/pulseaudio/libcanberra_0.28.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
                     file://src/canberra.h;beginline=7;endline=24;md5=c616c687cf8da540a14f917e0d23ab03"
 
 DEPENDS = "gtk+ pulseaudio alsa-lib libtool"
-PR = "r0"
+PR = "r1"
 
 inherit gconf autotools
 
@@ -20,6 +20,13 @@ do_configure_prepend () {
 	rm -f ${S}/libltdl/configure*
 }
 
+PACKAGES += "${PN}-gnome"
+
 FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
-FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug"
+FILES_${PN}-gnome += "${datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop \
+	              ${libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop"
+FILES_${PN}-dev += "${libdir}/libcanberra-0.28/libcanberra-*.so \
+		    ${libdir}/libcanberra-0.28/libcanberra-*.la \
+		    ${datadir}/vala/vapi"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug ${libdir}/libcanberra-0.28/.debug"
 
-- 
1.7.7




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 4/4] clutter-gtk: add LIC_FILES_CHKSUM to include file
  2011-10-28 23:41 [PATCH 0/4] Misc patches Joshua Lock
                   ` (2 preceding siblings ...)
  2011-10-28 23:42 ` [PATCH 3/4] libcanberra: add new package for unpackaged files Joshua Lock
@ 2011-10-28 23:42 ` Joshua Lock
  2011-10-31 10:49 ` [PATCH 0/4] Misc patches Richard Purdie
  4 siblings, 0 replies; 13+ messages in thread
From: Joshua Lock @ 2011-10-28 23:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-graphics/clutter/clutter-gtk.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-gtk.inc b/meta/recipes-graphics/clutter/clutter-gtk.inc
index 8492d9f..e8d9e10 100644
--- a/meta/recipes-graphics/clutter/clutter-gtk.inc
+++ b/meta/recipes-graphics/clutter/clutter-gtk.inc
@@ -1,6 +1,7 @@
 DESCRIPTION = "Clutter GTK+"
 HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
 DEPENDS = "gtk+"
 
-- 
1.7.7




^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator
  2011-10-28 23:42 ` [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator Joshua Lock
@ 2011-10-29  0:56   ` Chris Larson
  2011-10-31 17:09     ` Joshua Lock
  0 siblings, 1 reply; 13+ messages in thread
From: Chris Larson @ 2011-10-29  0:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Oct 28, 2011 at 4:42 PM, Joshua Lock <josh@linux.intel.com> wrote:
> That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This
> could get interesting!
>
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  meta/lib/oe/terminal.py |   21 +++++++++++++++++++++
>  1 files changed, 21 insertions(+), 0 deletions(-)
>
> diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
> index 1455e8e..b90a1f2 100644
> --- a/meta/lib/oe/terminal.py
> +++ b/meta/lib/oe/terminal.py
> @@ -57,6 +57,27 @@ class Gnome(XTerminal):
>     command = 'gnome-terminal --disable-factory -t "{title}" -x {command}'
>     priority = 2
>
> +class Xfce(XTerminal):
> +    def distro_name():
> +        import subprocess as sub
> +        try:
> +            p = sub.Popen(['lsb_release', '-i'], stdout=sub.PIPE,
> +                          stderr=sub.PIPE)
> +            out, err = p.communicate()
> +            distro = out.split(':').strip()
> +        except:
> +            distro = "unknown"
> +        return distro
> +
> +    # Upstream binary name is Terminal but Debian/Ubuntu use
> +    # xfce4-terminal to avoid possible(?) conflicts
> +    distro = distro_name()
> +    if distro == 'Ubuntu' or distro == 'Debian':
> +        command = 'xfce4-terminal -T "{title}" -e "{command}"'
> +    else:
> +        command = 'Terminal -T "{title}" -e "{command}"'
> +    priority = 2

The first problem I see with this is you're calling lsb_release at
module import time. Doing things like that is generally a no-no. I'd
suggest shifting it into the constructor. Set up the command there as
self.command, and be sure to call the superclass constructor as well,
after the command bits. The other thing is, and I'm sure you just
copied & pasted it from konsole, but we already import a fully
functional Popen -- it's the superclass of all the terminal classes.
So there's no need to pull in subprocess's version of it. And the
defaults of the Popen we use ensure the output is captured, so there's
no need for the sub.PIPE bits at all if you use that one. Simply do p
= Popen(['lsb_release', '-i']).

Thanks for adding this, I'm sure folks using stock Xubuntu and the
like will find this helpful (I'm an rxvt-unicode guy myself).
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 0/4] Misc patches
  2011-10-28 23:41 [PATCH 0/4] Misc patches Joshua Lock
                   ` (3 preceding siblings ...)
  2011-10-28 23:42 ` [PATCH 4/4] clutter-gtk: add LIC_FILES_CHKSUM to include file Joshua Lock
@ 2011-10-31 10:49 ` Richard Purdie
  4 siblings, 0 replies; 13+ messages in thread
From: Richard Purdie @ 2011-10-31 10:49 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-10-28 at 16:41 -0700, Joshua Lock wrote:
> A series of minor tweaks from my disk. The XFCE support in oe.terminal has
> only been tested on a Fedora machine so I would appreciate testing from XFCE
> users on other distros.
> 
> Regards,
> 
> Joshua
> 
> The following changes since commit ddc9a58b8553599d2328ac1c4449b41681ae45d1:
> 
>   Add readline as dependecy for gdb-cross-canadian (2011-10-27 08:37:53 +0100)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib josh/work
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work
> 
> Joshua Lock (4):
>   lib/oe/terminal: add support for XFCE's terminal emulator
>   libxslt: Fix packaging of xsltConf.sh
>   libcanberra: add new package for unpackaged files
>   clutter-gtk: add LIC_FILES_CHKSUM to include file

I've merged these last three, Chris had some good feedback on the first
one.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator
  2011-10-29  0:56   ` Chris Larson
@ 2011-10-31 17:09     ` Joshua Lock
  0 siblings, 0 replies; 13+ messages in thread
From: Joshua Lock @ 2011-10-31 17:09 UTC (permalink / raw)
  To: openembedded-core



On 28/10/11 17:56, Chris Larson wrote:
> On Fri, Oct 28, 2011 at 4:42 PM, Joshua Lock <josh@linux.intel.com> wrote:
>> That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This
>> could get interesting!
>>
>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>> ---
>>  meta/lib/oe/terminal.py |   21 +++++++++++++++++++++
>>  1 files changed, 21 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
>> index 1455e8e..b90a1f2 100644
>> --- a/meta/lib/oe/terminal.py
>> +++ b/meta/lib/oe/terminal.py
>> @@ -57,6 +57,27 @@ class Gnome(XTerminal):
>>     command = 'gnome-terminal --disable-factory -t "{title}" -x {command}'
>>     priority = 2
>>
>> +class Xfce(XTerminal):
>> +    def distro_name():
>> +        import subprocess as sub
>> +        try:
>> +            p = sub.Popen(['lsb_release', '-i'], stdout=sub.PIPE,
>> +                          stderr=sub.PIPE)
>> +            out, err = p.communicate()
>> +            distro = out.split(':').strip()
>> +        except:
>> +            distro = "unknown"
>> +        return distro
>> +
>> +    # Upstream binary name is Terminal but Debian/Ubuntu use
>> +    # xfce4-terminal to avoid possible(?) conflicts
>> +    distro = distro_name()
>> +    if distro == 'Ubuntu' or distro == 'Debian':
>> +        command = 'xfce4-terminal -T "{title}" -e "{command}"'
>> +    else:
>> +        command = 'Terminal -T "{title}" -e "{command}"'
>> +    priority = 2
> 
> The first problem I see with this is you're calling lsb_release at
> module import time. Doing things like that is generally a no-no. I'd
> suggest shifting it into the constructor. Set up the command there as
> self.command, and be sure to call the superclass constructor as well,
> after the command bits. The other thing is, and I'm sure you just
> copied & pasted it from konsole, but we already import a fully
> functional Popen -- it's the superclass of all the terminal classes.
> So there's no need to pull in subprocess's version of it. And the
> defaults of the Popen we use ensure the output is captured, so there's
> no need for the sub.PIPE bits at all if you use that one. Simply do p
> = Popen(['lsb_release', '-i']).

Thanks for the feedback Chris. I'll roll your suggestions into a v2 today.

> 
> Thanks for adding this, I'm sure folks using stock Xubuntu and the
> like will find this helpful (I'm an rxvt-unicode guy myself).

I figured that DE would be getting more popular, hence throwing a patch
together.

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH 0/4] Misc patches
@ 2019-05-13 13:47 Wei Liu
  0 siblings, 0 replies; 13+ messages in thread
From: Wei Liu @ 2019-05-13 13:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu

Wei Liu (4):
  gitignore: ignore .vscode directory
  public/tmem.h: fix version number in comment
  README: document that `python` is required
  INSTALL: remove duplicate sentence

 .gitignore                | 1 +
 INSTALL                   | 1 -
 README                    | 4 ++++
 xen/include/public/tmem.h | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH 0/4] misc patches
@ 2020-07-01 22:39 Benjamin Marzinski
  0 siblings, 0 replies; 13+ messages in thread
From: Benjamin Marzinski @ 2020-07-01 22:39 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: device-mapper development, Martin Wilck

This is a small collection of individual bug fix patches that apply on
top of my previous patch set.

Benjamin Marzinski (4):
  libmultipath: fix sysfs dev_loss_tmo parsing
  kpartx: read devices with direct IO
  kpartx: handle alternate bsd disklabel location
  libmultipath: fix checker detection for nvme devices

 kpartx/bsd.c             | 16 ++++++++++++--
 kpartx/dasd.c            |  7 +++---
 kpartx/gpt.c             | 22 +++++++++----------
 kpartx/kpartx.c          | 46 ++++++++++++++++++++++++++++++----------
 kpartx/kpartx.h          |  2 ++
 libmultipath/discovery.c | 15 +++++++++----
 libmultipath/propsel.c   |  4 +++-
 7 files changed, 79 insertions(+), 33 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-07-01 22:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 23:41 [PATCH 0/4] Misc patches Joshua Lock
2011-10-28 23:42 ` [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator Joshua Lock
2011-10-29  0:56   ` Chris Larson
2011-10-31 17:09     ` Joshua Lock
2011-10-28 23:42 ` [PATCH 2/4] libxslt: Fix packaging of xsltConf.sh Joshua Lock
2011-10-28 23:42 ` [PATCH 3/4] libcanberra: add new package for unpackaged files Joshua Lock
2011-10-28 23:42 ` [PATCH 4/4] clutter-gtk: add LIC_FILES_CHKSUM to include file Joshua Lock
2011-10-31 10:49 ` [PATCH 0/4] Misc patches Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2020-07-01 22:39 [PATCH 0/4] misc patches Benjamin Marzinski
2019-05-13 13:47 [PATCH 0/4] Misc patches Wei Liu
2007-07-08 15:53 [PATCH 0/4] misc patches Rolf Eike Beer
2007-07-09 21:24 ` Randy Dunlap
2007-07-09 21:27   ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.