All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg
@ 2020-02-17  2:42 Khem Raj
  2020-02-17  2:42 ` [meta-oe][PATCH 2/7] libsigrok: inherit mime Khem Raj
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:42 UTC (permalink / raw)
  To: openembedded-devel

Fixes
WARNING: sigrok-cli-0.7.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
index 2293f142b3..369e2f6f4a 100644
--- a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
+++ b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
@@ -10,7 +10,7 @@ PACKAGECONFIG[decode] = "--with-libsigrokdecode,--without-libsigrokdecode,libsig
 
 PACKAGECONFIG ??= "decode"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig mime-xdg
 
 SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz"
 SRC_URI[md5sum] = "3f45ce664bad529d8b3f78a61b017d75"
-- 
2.25.0



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

* [meta-oe][PATCH 2/7] libsigrok: inherit mime
  2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
@ 2020-02-17  2:42 ` Khem Raj
  2020-02-17  2:43 ` [meta-oe][PATCH 3/7] joe: Inherit mime-xdg Khem Raj
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:42 UTC (permalink / raw)
  To: openembedded-devel

Fixes
libsigrok-0.5.2: package contains mime types but does not inhert mime: libsigrok path '/work/aarch64-yoe-linux/libsigrok/0.5.2-r0/packages-split/libsigrok/usr/share/mime/packages/vnd.sigrok.session.xml' [mime]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
index 35e59d6d7d..e8c36a81d7 100644
--- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
+++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
@@ -15,7 +15,7 @@ PACKAGECONFIG[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi"
 
 PACKAGECONFIG ??= "serialport ftdi usb"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig mime
 
 SRC_URI = "http://sigrok.org/download/source/libsigrok/libsigrok-${PV}.tar.gz"
 
-- 
2.25.0



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

* [meta-oe][PATCH 3/7] joe: Inherit mime-xdg
  2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
  2020-02-17  2:42 ` [meta-oe][PATCH 2/7] libsigrok: inherit mime Khem Raj
@ 2020-02-17  2:43 ` Khem Raj
  2020-02-17  2:43 ` [meta-oe][PATCH 4/7] remmina: " Khem Raj
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:43 UTC (permalink / raw)
  To: openembedded-devel

Fixes
joe-4.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: joe path '/work/aarch64-yoe-linux/joe/4.6-r0/packages-split/joe/usr/share/applications/jpico.desktop'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/joe/joe_4.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/joe/joe_4.6.bb b/meta-oe/recipes-support/joe/joe_4.6.bb
index b79e028f30..674736a68a 100644
--- a/meta-oe/recipes-support/joe/joe_4.6.bb
+++ b/meta-oe/recipes-support/joe/joe_4.6.bb
@@ -9,7 +9,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"
 PACKAGECONFIG ??= "curses"
 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
 
-inherit autotools-brokensep
+inherit autotools-brokensep mime-xdg
 
 SRC_URI[md5sum] = "9017484e6116830d846678b625ea5c43"
 SRC_URI[sha256sum] = "495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de"
-- 
2.25.0



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

* [meta-oe][PATCH 4/7] remmina: Inherit mime-xdg
  2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
  2020-02-17  2:42 ` [meta-oe][PATCH 2/7] libsigrok: inherit mime Khem Raj
  2020-02-17  2:43 ` [meta-oe][PATCH 3/7] joe: Inherit mime-xdg Khem Raj
@ 2020-02-17  2:43 ` Khem Raj
  2020-02-17  2:43 ` [meta-gnome][PATCH 5/7] sysprof: Inherit mime and mime-xdg Khem Raj
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:43 UTC (permalink / raw)
  To: openembedded-devel

Fixes
remmina-1.3.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: remmina path '/work/aarch64-yoe-linux/remmina/1.3.6-r0/packages-split/remmina/usr/share/applications/remmina-file.desktop'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
index 14fbc94b21..f9963ff65e 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "fbed745438bb0c21467b60cbd67c8148a9289b5ebc7482d06db443bea5
 
 S = "${WORKDIR}/Remmina-v${PV}"
 
-inherit cmake features_check
+inherit cmake features_check mime-xdg
 
 # depends on avahi-ui with this restriction
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
-- 
2.25.0



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

* [meta-gnome][PATCH 5/7] sysprof: Inherit mime and mime-xdg
  2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
                   ` (2 preceding siblings ...)
  2020-02-17  2:43 ` [meta-oe][PATCH 4/7] remmina: " Khem Raj
@ 2020-02-17  2:43 ` Khem Raj
  2020-02-17  2:43 ` [meta-oe][PATCH 6/7] gtkwave: " Khem Raj
  2020-02-17  2:43 ` [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl Khem Raj
  5 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:43 UTC (permalink / raw)
  To: openembedded-devel

Use += for depends to not override prior ones

Fixes
sysprof-3.34.1: package contains mime types but does not inhert mime: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/mime/packages/sysprof-mime.xml' [mime]
sysprof-3.34.1: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/applications/org.gnome.Sysprof3.desktop' [mime-xdg]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
index 1e530efb17..ad69ab68c3 100644
--- a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
+++ b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://src/sysprof/sysprof-application.c;endline=17;md5=a3de8df3b0f8876dd01e1388d2d4b607"
 
 GNOMEBASEBUILDCLASS = "meson"
-inherit gnomebase gettext systemd upstream-version-is-even gsettings
+inherit gnomebase gettext systemd upstream-version-is-even gsettings mime mime-xdg
 
-DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"
+DEPENDS += "glib-2.0 libxml2-native glib-2.0-native"
 
 SRC_URI[archive.md5sum] = "cc32455277b31afb1965d627ae3e3629"
 SRC_URI[archive.sha256sum] = "844bbb8d8b65071b3bca96f8e921319ceef81f2d2c51fcc9da63a4b355c893d0"
-- 
2.25.0



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

* [meta-oe][PATCH 6/7] gtkwave: Inherit mime and mime-xdg
  2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
                   ` (3 preceding siblings ...)
  2020-02-17  2:43 ` [meta-gnome][PATCH 5/7] sysprof: Inherit mime and mime-xdg Khem Raj
@ 2020-02-17  2:43 ` Khem Raj
  2020-02-17  2:43 ` [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl Khem Raj
  5 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:43 UTC (permalink / raw)
  To: openembedded-devel

Use += for depends to not override prior ones

Fixes
gtkwave-3.3.103: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: gtkwave path '/work/aarch64-yoe-linux/gtkwave/3.3.103-r0/packages-split/gtkwave/usr/share/applications/gtkwave.desktop' [mime-xdg]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
index 286d9aa6a1..fec3c7ce1a 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
@@ -10,9 +10,9 @@ SRC_URI = "http://gtkwave.sourceforge.net/${BP}.tar.gz"
 SRC_URI[md5sum] = "5a9a5913f9a02a333b2b23626f153fd7"
 SRC_URI[sha256sum] = "c325abf7cf26c53309a67c0ecaaf196774fa982a717a102c599ac8a516eeeaf7"
 
-inherit pkgconfig autotools gettext texinfo
-DEPENDS = "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
-RDEPENDS_${PN} = "tk-lib"
+inherit pkgconfig autotools gettext texinfo mime mime-xdg
+DEPENDS += "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
+RDEPENDS_${PN} += "tk-lib"
 
 # depends on gtk+ which has this restriction
 inherit features_check
-- 
2.25.0



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

* [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl
  2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
                   ` (4 preceding siblings ...)
  2020-02-17  2:43 ` [meta-oe][PATCH 6/7] gtkwave: " Khem Raj
@ 2020-02-17  2:43 ` Khem Raj
  2020-02-17  5:55   ` Andreas Müller
  5 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2020-02-17  2:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andreas Müller

musl does not have internal backtrace implementation like glibc
but we can use external library

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
index 045958d0a6..30f0579e2d 100644
--- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
+++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
@@ -29,6 +29,7 @@ DEPENDS = " \
     libmng \
     ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
 "
+DEPENDS_append_libc-musl = " libexecinfo"
 
 inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
 
-- 
2.25.0



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

* Re: [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl
  2020-02-17  2:43 ` [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl Khem Raj
@ 2020-02-17  5:55   ` Andreas Müller
  2020-02-17  7:46     ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Müller @ 2020-02-17  5:55 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Mon, Feb 17, 2020 at 3:43 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> musl does not have internal backtrace implementation like glibc
> but we can use external library

Sound reasonable and does not affect non musl.

BTW: Old email address still works but the email address changed form
'googlemail' to 'gmail'.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> index 045958d0a6..30f0579e2d 100644
> --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> @@ -29,6 +29,7 @@ DEPENDS = " \
>      libmng \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
>  "
> +DEPENDS_append_libc-musl = " libexecinfo"
>
>  inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
>
> --
> 2.25.0
>


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

* Re: [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl
  2020-02-17  5:55   ` Andreas Müller
@ 2020-02-17  7:46     ` Khem Raj
  2020-02-17  7:53       ` Andreas Müller
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2020-02-17  7:46 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Sun, Feb 16, 2020 at 9:55 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> On Mon, Feb 17, 2020 at 3:43 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > musl does not have internal backtrace implementation like glibc
> > but we can use external library
>
> Sound reasonable and does not affect non musl.
>
> BTW: Old email address still works but the email address changed form
> 'googlemail' to 'gmail'.

Thanks for info.
perhaps update them in README of layers in meta-openembedded as well.

>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > Cc: Andreas Müller <schnitzeltony@googlemail.com>
> > ---
> >  meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> > index 045958d0a6..30f0579e2d 100644
> > --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> > +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> > @@ -29,6 +29,7 @@ DEPENDS = " \
> >      libmng \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
> >  "
> > +DEPENDS_append_libc-musl = " libexecinfo"
> >
> >  inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
> >
> > --
> > 2.25.0
> >


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

* Re: [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl
  2020-02-17  7:46     ` Khem Raj
@ 2020-02-17  7:53       ` Andreas Müller
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Müller @ 2020-02-17  7:53 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Mon, Feb 17, 2020 at 8:47 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Sun, Feb 16, 2020 at 9:55 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
> >
> > On Mon, Feb 17, 2020 at 3:43 AM Khem Raj <raj.khem@gmail.com> wrote:
> > >
> > > musl does not have internal backtrace implementation like glibc
> > > but we can use external library
> >
> > Sound reasonable and does not affect non musl.
> >
> > BTW: Old email address still works but the email address changed form
> > 'googlemail' to 'gmail'.
>
> Thanks for info.
> perhaps update them in README of layers in meta-openembedded as well.
Ahh sure that's where you got it from :)

Will prepare a patch for that

Andreas


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

* [meta-oe][PATCH 2/7] libsigrok: inherit mime
  2020-02-16 20:47 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
@ 2020-02-16 20:47 ` Khem Raj
  0 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-02-16 20:47 UTC (permalink / raw)
  To: openembedded-core

Fixes
libsigrok-0.5.2: package contains mime types but does not inhert mime: libsigrok path '/work/aarch64-yoe-linux/libsigrok/0.5.2-r0/packages-split/libsigrok/usr/share/mime/packages/vnd.sigrok.session.xml' [mime]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
index 35e59d6d7d..e8c36a81d7 100644
--- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
+++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
@@ -15,7 +15,7 @@ PACKAGECONFIG[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi"
 
 PACKAGECONFIG ??= "serialport ftdi usb"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig mime
 
 SRC_URI = "http://sigrok.org/download/source/libsigrok/libsigrok-${PV}.tar.gz"
 
-- 
2.25.0



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

end of thread, other threads:[~2020-02-17  7:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17  2:42 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
2020-02-17  2:42 ` [meta-oe][PATCH 2/7] libsigrok: inherit mime Khem Raj
2020-02-17  2:43 ` [meta-oe][PATCH 3/7] joe: Inherit mime-xdg Khem Raj
2020-02-17  2:43 ` [meta-oe][PATCH 4/7] remmina: " Khem Raj
2020-02-17  2:43 ` [meta-gnome][PATCH 5/7] sysprof: Inherit mime and mime-xdg Khem Raj
2020-02-17  2:43 ` [meta-oe][PATCH 6/7] gtkwave: " Khem Raj
2020-02-17  2:43 ` [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl Khem Raj
2020-02-17  5:55   ` Andreas Müller
2020-02-17  7:46     ` Khem Raj
2020-02-17  7:53       ` Andreas Müller
  -- strict thread matches above, loose matches on Subject: below --
2020-02-16 20:47 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
2020-02-16 20:47 ` [meta-oe][PATCH 2/7] libsigrok: inherit mime Khem Raj

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.