Re: [oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-24 Thread Yann Dirson
Le mer. 24 mars 2021 à 09:48, Yann Dirson via lists.openembedded.org a écrit : > > Hi Oleksiy, > > Le mer. 24 mars 2021 à 09:23, Oleksiy Obitotskyi -X (oobitots - > GLOBALLOGIC INC at Cisco) a écrit : > > > > Could you please look into > > https://autobuilder.yo

Re: [oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-24 Thread Yann Dirson
the build failure as "expected" because its cause is simply "cannot test because of a LICENSE_FLAGS in a dependency" ? For more context, see my "[RFC] ffmpeg: make LICENSE_FLAGS fine-grained" patch. Best regards, -- Yann > > Regards, > Oleksiy > > __

[oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-23 Thread Yann Dirson
From: Yann Dirson This flag does not describe the mpv package, but ffmpeg instead. It gets in the way of using finer-grained LICENSE_FLAGS in ffmpeg. It is above all not needed, the real problem is even more clear without it: ffmpeg was skipped: because it has a restricted license 'commercial

[oe] [meta-oe][patch 1/4] libcec: workaround wrong choice of PYTHON_PKG_DIR when building on Debian

2020-09-09 Thread Yann Dirson
From: Yann Dirson As described in https://github.com/Pulse-Eight/libcec/issues/530 the cmake code looks at the host to make decisions about the target, and we can't even override this with a flag. Signed-off-by: Yann Dirson --- ...buggy-test-confusing-host-and-target.patch | 31

[oe] [meta-oe][patch 3/4] libcec: rename libcec-tools to libcec-examples

2020-09-09 Thread Yann Dirson
From: Yann Dirson Those are really not general-usage tools, just examples of the API usage. Let's use a more explicit package name. Signed-off-by: Yann Dirson --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta

[oe] [meta-oe][patch 4/4] libcec: split the python example into a separate package

2020-09-09 Thread Yann Dirson
From: Yann Dirson It does not provide more functionality than the C-based examples, so is of little value on a target except for checking the python module is working. Signed-off-by: Yann Dirson --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 7 --- 1 file changed, 4 insertions

Re: [oe] [meta-oe][patch] New terminal emulator: st 0.8.4

2020-09-09 Thread Yann Dirson
Sorry this patch should not be in this series, resending Le mer. 9 sept. 2020 à 10:42, Yann Dirson via lists.openembedded.org a écrit : > From: Yann Dirson > > Can be used as a replacement for matchbox-terminal, with much less > dependencies (does not need gtk and vte), and suppor

[oe] [meta-oe][patch 2/4] libcec: build with Linux CEC API

2020-09-09 Thread Yann Dirson
From: Yann Dirson The Linux CEC API is available in linux-kernel-headers 4.10 and newer, and supported since libcec 5.0.0, though they still default to the legacy Raspberry Pi API. Signed-off-by: Yann Dirson --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 4 1 file changed, 4

[oe] [meta-oe][patch 2/4] libcec: build with Linux CEC API

2020-09-09 Thread Yann Dirson
From: Yann Dirson The Linux CEC API is available in linux-kernel-headers 4.10 and newer, and supported since libcec 5.0.0, though they still default to the legacy Raspberry Pi API. Signed-off-by: Yann Dirson --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 4 1 file changed, 4

[oe] [meta-oe][patch] New terminal emulator: st 0.8.4

2020-09-09 Thread Yann Dirson
From: Yann Dirson Can be used as a replacement for matchbox-terminal, with much less dependencies (does not need gtk and vte), and supports "-e" flag. Signed-off-by: Yann Dirson --- meta-oe/recipes-graphics/suckless/st_0.8.4.bb | 28 +++ 1 file changed, 28

[oe] [meta-oe][patch 1/4] libcec: workaround wrong choice of PYTHON_PKG_DIR when building on Debian

2020-09-09 Thread Yann Dirson
From: Yann Dirson As described in https://github.com/Pulse-Eight/libcec/issues/530 the cmake code looks at the host to make decisions about the target, and we can't even override this with a flag. Signed-off-by: Yann Dirson --- ...buggy-test-confusing-host-and-target.patch | 31

[oe] [meta-oe][patch 3/4] libcec: rename libcec-tools to libcec-examples

2020-09-09 Thread Yann Dirson
From: Yann Dirson Those are really not general-usage tools, just examples of the API usage. Let's use a more explicit package name. Signed-off-by: Yann Dirson --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta

[oe] [meta-oe][patch 4/4] libcec: split the python example into a separate package

2020-09-09 Thread Yann Dirson
From: Yann Dirson It does not provide more functionality than the C-based examples, so is of little value on a target except for checking the python module is working. Signed-off-by: Yann Dirson --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 7 --- 1 file changed, 4 insertions

[oe] [meta-oe][patch v2 0/1] New terminal emulator: st 0.8.4

2020-09-03 Thread Yann Dirson
From: Yann Dirson v2 changes: - added to packagegroup-meta-oe - reverted and ship the terminfo file, as it's not shipped by ncurses-terminfo in current versions Yann Dirson (1): New terminal emulator: st 0.8.4 .../packagegroups/packagegroup-meta-oe.bb | 1 + meta-oe/recipes-graphics

[oe] [meta-oe][patch v2 1/1] New terminal emulator: st 0.8.4

2020-09-03 Thread Yann Dirson
From: Yann Dirson Can be used as a replacement for matchbox-terminal, with much less dependencies (does not need gtk and vte), and supports "-e" flag. Signed-off-by: Yann Dirson --- .../packagegroups/packagegroup-meta-oe.bb | 1 + meta-oe/recipes-graphics/suckless/st_0.8

Re: [oe] [meta-oe][patch] New terminal emulator: st 0.8.4

2020-09-02 Thread Yann Dirson
Le mer. 2 sept. 2020 à 21:04, Yann Dirson via lists.openembedded.org a écrit : > > > Le mer. 2 sept. 2020 à 20:37, Khem Raj a écrit : > >> On Wed, Sep 2, 2020 at 10:46 AM Yann Dirson >> wrote: >> > >> > From: Yann Dirson >> > >> > C

Re: [oe] [meta-oe][patch] New terminal emulator: st 0.8.4

2020-09-02 Thread Yann Dirson
Le mer. 2 sept. 2020 à 20:37, Khem Raj a écrit : > On Wed, Sep 2, 2020 at 10:46 AM Yann Dirson > wrote: > > > > From: Yann Dirson > > > > Can be used as a replacement for matchbox-terminal, with much less > > dependencies (does not need gtk and vte), and sup

[oe] [meta-oe][patch] New terminal emulator: st 0.8.4

2020-09-02 Thread Yann Dirson
From: Yann Dirson Can be used as a replacement for matchbox-terminal, with much less dependencies (does not need gtk and vte), and supports "-e" flag. Signed-off-by: Yann Dirson --- meta-oe/recipes-graphics/suckless/st_0.8.4.bb | 28 +++ 1 file changed, 28

[oe] [meta-oe][patch] mpv: remove double expansion of PACKAGECONFIG_CONFARGS

2019-10-29 Thread yann . dirson
From: Yann Dirson Signed-off-by: Yann Dirson --- meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index d334956a8..07db1b14c 100644 --- a/meta

[oe] [PATCH] mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG

2019-10-29 Thread yann . dirson
From: Yann Dirson Signed-off-by: Yann Dirson --- .../mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch b/meta/recipes-graphics/mesa

[oe] [yocto-docs][PATCH] doc: discourage users from looking in directly

2019-06-11 Thread yann . dirson
From: Yann Dirson Signed-off-by: Yann Dirson --- documentation/ref-manual/ref-classes.xml | 8 1 file changed, 8 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5cd25e8c29..0f8c89703b 100644 --- a/documentation/ref

Re: [oe] [PATCH v3] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support

2018-10-17 Thread Yann Dirson
;> openembedded-devel-boun...@lists.openembedded.org> On Behalf Of >> yann.dir...@blade-group.com >> > Sent: den 17 oktober 2018 22:57 >> > To: openembedded-devel@lists.openembedded.org >> > Cc: Yann Dirson >> > Subject: [oe] [PATCH v3] packagegroup-tool

[oe] [PATCH v3] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support

2018-10-17 Thread yann . dirson
From: Yann Dirson Otherwise the build fails with: NOTE: Runtime target '${RDEPENDS_}' is unbuildable, removing... Missing or unbuildable dependency chain was: ['${RDEPENDS_}'] This restores some truth in the "Otherwise install nothing" comment in the recipe. Signed-off-by: Y

Re: [oe] [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support

2018-10-17 Thread Yann Dirson
Right. This is being discussed following v1 of the patch which I had sent to -core, to which I had send the patch by mistake at first. Le mer. 17 oct. 2018 à 20:39, Khem Raj a écrit : > On Wed, Oct 17, 2018 at 8:41 AM wrote: > > > > From: Yann Dirson > > > >

[oe] [PATCH v2] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support

2018-10-17 Thread yann . dirson
From: Yann Dirson Otherwise the build fails with: NOTE: Runtime target '${RDEPENDS_}' is unbuildable, removing... Missing or unbuildable dependency chain was: ['${RDEPENDS_}'] This restores some truth in the "Otherwise install nothing" comment in the recipe. Signed-off-by: Y

Re: [oe] [PATCH 1/2] gnugo_3.8: initial packaging.

2010-09-15 Thread Yann Dirson
On Wed, Sep 15, 2010 at 11:07:29AM -0700, Khem Raj wrote: + +S = ${WORKDIR}/gnugo-${PV} you might not need to set S here Right - probably at some point an error somewhere else made that necessary, but I can't remember the context - that was 1 month ago before leaving on holiday :) +PR =

[oe] [PATCH v2 2/3] git: split space-hungry rarely-used commands into -perltools and -large packages.

2010-09-15 Thread Yann Dirson
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 ydir...@altern.org --- recipes/git/git_1.7.0.2.bb | 46 ++- 1 files

[oe] [PATCH v2 1/3] git: replace remaining broken hardlinks with symlinks.

2010-09-15 Thread Yann Dirson
Signed-off-by: Yann Dirson ydir...@altern.org --- recipes/git/git_1.7.0.2.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/git/git_1.7.0.2.bb b/recipes/git/git_1.7.0.2.bb index be7a526..0ca44b5 100644 --- a/recipes/git/git_1.7.0.2.bb +++ b/recipes/git

[oe] [PATCH v2 3/3] git: activate gitk.

2010-09-15 Thread Yann Dirson
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 ydir

Re: [oe] [PATCH 1/2] python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().

2010-08-05 Thread Yann Dirson
On Wed, Aug 04, 2010 at 10:31:45AM +0200, Paul Menzel wrote: Am Mittwoch, den 04.08.2010, 01:01 +0200 schrieb Yann Dirson: Delete cmp method which has been dropped from later releases. Yann, thank you for your patch. I would prefer if you could move the recipe to 0.19 [1]. I did `git grep

[oe] [PATCH] mped: initial package.

2010-08-04 Thread Yann Dirson
Minimum Profit is a lightweight developer text editor. Forged a desktop file, and stole the icon from leafpad. Signed-off-by: Yann Dirson ydir...@altern.org --- recipes/mped/files/mped.desktop |9 + recipes/mped/mped.png | Bin 0 - 1950 bytes recipes/mped/mped_5.1.3.bb

[oe] [PATCH] Make git more usable

2010-08-03 Thread Yann Dirson
This series allows to install the essential functionnality of git while still consuming as less space as possible. Space-consuming binaries are split to separate ipk's. The final patch activates installation of gitk - it is only partially working, but does not force build of anything that's not

[oe] [PATCH 1/3] git: replace remaining broken hardlinks with symlinks.

2010-08-03 Thread Yann Dirson
Signed-off-by: Yann Dirson ydir...@altern.org --- recipes/git/git_1.7.0.2.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/git/git_1.7.0.2.bb b/recipes/git/git_1.7.0.2.bb index a3a73f0..917b609 100644 --- a/recipes/git/git_1.7.0.2.bb +++ b/recipes/git

[oe] [PATCH 2/3] git: split space-hungry rarely-used commands into -perltools and -large packages.

2010-08-03 Thread Yann Dirson
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 ydir...@altern.org --- recipes/git/git_1.7.0.2.bb | 46 ++- 1 files

[oe] [PATCH] assorted fixes to python packages

2010-08-03 Thread Yann Dirson
I use those two packages (xdg and rsvg) in the Omaha board-game GUI (http://repo.or.cz/w/omaha.git). The first patch fixes a blocking bug, and the second one allows to simply install python-rsvg withou having to install a completely unneeded gnome. What's next with those packages: we should

[oe] [PATCH 1/2] python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().

2010-08-03 Thread Yann Dirson
Delete cmp method which has been dropped from later releases. Signed-off-by: Yann Dirson ydir...@altern.org --- recipes/python/python-pyxdg/desktopentry-cmp.patch | 15 +++ recipes/python/python-pyxdg_0.15.bb|4 +++- 2 files changed, 18 insertions(+), 1

[oe] [PATCH 2/2] gnome-python-desktop: build a separate python-rsvg package.

2010-08-03 Thread Yann Dirson
That package has no dependency on gnome, and is useful of its own. Signed-off-by: Yann Dirson ydir...@altern.org --- recipes/gnome/gnome-python-desktop_2.30.0.bb |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/recipes/gnome/gnome-python-desktop_2.30.0.bb b/recipes