On Thu, Jun 18, 2020 at 3:16 AM Changqing Li wrote:
>
> From: Changqing Li
>
> fix error during post uninstall:
> %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78
> + '[' 0 = 0 ']'
> + set -e
> + '[' x '!=' x ']'
> + echo 'Updating MIME database... this may take a while.'
On 6/17/20 9:48 PM, Bruce Ashfield wrote:
On Wed, Jun 17, 2020 at 2:20 AM wrote:
From: Yanfei Xu
Some filesystems don't support symlink, then you will get failed when
you install or update the kernel rpm package. Now we use a copy for
these filesystems instead of symlink.
Suggested-by: Br
Hi Alex,
Would it be a sufficient reason for doing that?
Or any thought could be shared from you?
Thank you so much,
Arthur
On Tue, Jun 16, 2020 at 12:16 AM Mittal, Anuj wrote:
> Hi Alex
>
> On Tue, 2020-06-16 at 09:04 +0200, Alexander Kanavin wrote:
> > Usually it's the other way around - what
On Thursday, 18 June 2020 16:02:25 NZST Patchwork wrote:
> * Issue Added patch file is missing Upstream-Status in the
> header [test_upstream_status_presence_format]
Oops, typo - I have fixed the patch header and pushed the branch again.
Paul
-=-=-=-=-=-=-=-=-=-=-=-
Links: You rece
== Series Details ==
Series: Misc fixes
Revision: 1
URL : https://patchwork.openembedded.org/series/24727/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by p
In OE-Core rev 8ee36a5f2f9367550d28bf271afc53bca6ff3d5f a patch was
added for dpkg to ignore a return of 1 from dpkg's calls to tar (which
indicates that files changed in some way while tar was operating) we
were observing failures on the autobuilder due to changes to link counts
in hard-linked fil
specifiy -> specify
Signed-off-by: Paul Eggleton
---
scripts/lib/devtool/deploy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py
index 6a99773..b1749ce 100644
--- a/scripts/lib/devtool/deploy.py
+++ b/scripts
Reinstate a patch for dpkg-native that was removed some time ago,
plus fix a couple of trivial things I noticed at the same time.
The following changes since commit 878a8561e10017bb91ea42bbbe6d4acfc0985482:
gstreamer1.0-plugins-bad: add support for vdpau (2020-06-17 16:31:48 +0100)
are availa
This recipe only fetches local files, so there's no need for a checksum.
These have been present for some time and nobody noticed.
Signed-off-by: Paul Eggleton
---
meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meta/recipes-extended/shado
The following changes since commit 6fa967f194edd314c9026c80f8d93360ac6d9efa:
build-appliance-image: Update to dunfell head revision (2020-06-08 21:45:09
+0100)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
http://cgit.ope
On 6/18/20 2:28 AM, Randy MacLeod wrote:
On 2020-06-17 6:51 a.m., Richard Purdie wrote:
On Wed, 2020-06-17 at 12:07 +0800, Changqing Li wrote:
From: Changqing Li
startx RDEPENDS on xterm, fix below error:
/etc/X11/xinit/xinitrc: line 55: exec: xterm: not found
Signed-off-by: Changqing Li
-
On 6/17/20 5:50 PM, Andreas Müller wrote:
On Wed, Jun 17, 2020 at 10:10 AM Changqing Li
wrote:
From: Changqing Li
fix error during post uninstall:
%postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78
+ '[' 0 = 0 ']'
+ set -e
+ '[' x '!=' x ']'
+ echo 'Updating MIME databa
From: Changqing Li
fix error during post uninstall:
%postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78
+ '[' 0 = 0 ']'
+ set -e
+ '[' x '!=' x ']'
+ echo 'Updating MIME database... this may take a while.'
Updating MIME database... this may take a while.
+ update-mime-databas
On Tue, Jun 16, 2020 at 10:11:57AM -1000, Steve Sakoman wrote:
> On Tue, Jun 16, 2020 at 9:49 AM Adrian Bunk wrote:
> >
> > On Mon, Jun 15, 2020 at 09:35:27AM -1000, Steve Sakoman wrote:
> > > From: Peter Kjellerstedt
> > >
> > > Commit 0e1f8fa0 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to
On Wed, 2020-06-17 at 16:07 -0700, Christopher Clark wrote:
> Both grub-native and grub-efi-native included packaging for the
> grub-mkimage and grub-editenv tools, which prevented concurrent
> installation of both the grub-native and grub-efi-native packages.
> This caused errors on image generati
Both grub-native and grub-efi-native included packaging for the
grub-mkimage and grub-editenv tools, which prevented concurrent
installation of both the grub-native and grub-efi-native packages.
This caused errors on image generation with wic when populating
partitions with both legacy and efi boot
Hi Richard,
> > do_install() {
> > oe_runmake DESTDIR=${D} install
> > +
> > + install -d ${D}${sbindir}
> > + install -m 0755 ${B}/minigzip ${D}${sbindir}
> > + install -m 0755 ${B}/minigzipsh ${D}${sbindir}
> > + install -m 0755 ${B}/minigzip64 ${D}${sbindir}
> > }
> >
>
On Wed, Jun 17, 2020 at 5:35 AM Richard Purdie
wrote:
>
> On Wed, 2020-06-17 at 11:15 +0200, Jacob Kroon wrote:
> > On 6/17/20 8:07 AM, Jacob Kroon wrote:
> > > On 6/17/20 4:28 AM, Christopher Clark wrote:
> > > > was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv
> > > >
> > > > On
The script runs a 'cat' on the script and if it isn't present in the
sdk the cat command waits on the std input and hence the installation
process simply sits there.
Signed-off-by: Awais Belal
---
meta/files/toolchain-shar-relocate.sh | 6 ++
1 file changed, 6 insertions(+)
diff --git a/met
On 2020-06-14 8:32 p.m., Randy MacLeod wrote:
On 2020-06-09 10:43 a.m., Stephen Jolley wrote:
One which isn’t and is looking slightly more problematic is the qemu
upgrade to 5.0.0, help would be welcome there.
Sakib and Joe have worked on upreving qemu.
If things go well they'll send the uprev
On 2020-06-17 6:51 a.m., Richard Purdie wrote:
On Wed, 2020-06-17 at 12:07 +0800, Changqing Li wrote:
From: Changqing Li
startx RDEPENDS on xterm, fix below error:
/etc/X11/xinit/xinitrc: line 55: exec: xterm: not found
Signed-off-by: Changqing Li
---
meta/recipes-graphics/xorg-app/xinit_1
On Wed, Jun 17, 2020 at 12:02 AM Kang Kai wrote:
>
> On 2020/5/12 上午2:28, Khem Raj wrote:
>
> * Package new gomp header acc_prof.h
> * Package lto-dump which is a new tool in gcc10
> * All Changes are here [1]
> * Porting apps to gcc 10 help is here [2]
> * Backport a patch to fix CET errors on cr
From: Ross Burton
Signed-off-by: Ross Burton
---
.../common-licenses/BSD-2-Clause-Patent.txt | 47 +++
1 file changed, 47 insertions(+)
create mode 100644 meta/files/common-licenses/BSD-2-Clause-Patent.txt
diff --git a/meta/files/common-licenses/BSD-2-Clause-Patent.txt
b/me
== Series Details ==
Series: powertop: upgrade 2.12 -> 2.13
Revision: 1
URL : https://patchwork.openembedded.org/series/24716/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the
On Wed, Jun 17, 2020 at 2:20 AM wrote:
>
> From: Yanfei Xu
>
> Some filesystems don't support symlink, then you will get failed when
> you install or update the kernel rpm package. Now we use a copy for
> these filesystems instead of symlink.
>
> Suggested-by: Bruce Ashfield
> Signed-off-by: Yan
This is a bugfix release:
ver 0.32:
Fix issue with handling D-Bus watch removal.
Signed-off-by: Pierre-Jean Texier
---
meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} (8
?Signed-off-by: Wang Mingyu
---
.../powertop/{powertop_2.12.bb => powertop_2.13.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-kernel/powertop/{powertop_2.12.bb => powertop_2.13.bb}
(95%)
diff --git a/meta/recipes-kernel/powertop/powertop_2.12.bb
b/m
Steve,
I believe this patch should be backported to dunfell.
Thanks
On 6/16/20 9:39 AM, Joshua Watt wrote:
do_configure and do_preconfigure can modify source files, which causes
race conditions if these tasks run in parallel with do_ar_patched. Add
explicit task dependencies to ensure that do_
On Wed, 2020-06-17 at 11:15 +0200, Jacob Kroon wrote:
> On 6/17/20 8:07 AM, Jacob Kroon wrote:
> > On 6/17/20 4:28 AM, Christopher Clark wrote:
> > > was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv
> > >
> > > On Sat, Apr 13, 2019 at 7:49 AM Jacob Kroon <
> > > jacob.kr...@gmail.c
As the URL pypi.python.org simply redirects to pypi.org, simplify a
number of Python recipes by using that URL explicitly.
Signed-off-by: Robert P. J. Day
---
diff --git a/meta/recipes-devtools/python/python-extras.inc
b/meta/recipes-devtools/python/python-extras.inc
index b5e11b711a..335bde27
On Wed, 2020-06-17 at 12:07 +0800, Changqing Li wrote:
> From: Changqing Li
>
> startx RDEPENDS on xterm, fix below error:
> /etc/X11/xinit/xinitrc: line 55: exec: xterm: not found
>
> Signed-off-by: Changqing Li
> ---
> meta/recipes-graphics/xorg-app/xinit_1.4.1.bb | 2 +-
> 1 file changed, 1
This brings me to a question. Should we replace dhcp with kea?
https://www.isc.org/kea/
Alex
On Sat, 13 Jun 2020 at 10:31, Vyacheslav Yurkov wrote:
> On 13.06.2020 02:41, Khem Raj wrote:
> > I think it would be good to share if we can. Shipping two versions of
> bind
> > libraries is less than
This helps with gpl3-free builds.
Signed-off-by: Alexander Kanavin
---
meta/recipes-support/apr/apr-util_1.6.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb
b/meta/recipes-support/apr/apr-util_1.6.1.bb
index 3896c924f0..0
Signed-off-by: Alexander Kanavin
---
...ency-for-g-ir-compiler-for-building-.patch | 33 +++
.../gobject-introspection_1.64.1.bb | 1 +
2 files changed, 34 insertions(+)
create mode 100644
meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-gir-add-a-d
Two patches were merged upstream, the other needed refreshing.
Signed-off-by: Richard Purdie
---
.../patchelf/fix-adjusting-startPage.patch| 45 ---
.../patchelf/patchelf/fix-phdrs.patch | 37 ---
.../patchelf/handle-read-only-files.patch | 18
On Wed, Jun 17, 2020 at 10:10 AM Changqing Li
wrote:
>
> From: Changqing Li
>
> fix error during post uninstall:
> %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78
> + '[' 0 = 0 ']'
> + set -e
> + '[' x '!=' x ']'
> + echo 'Updating MIME database... this may take a while.'
On 6/17/20 8:07 AM, Jacob Kroon wrote:
On 6/17/20 4:28 AM, Christopher Clark wrote:
was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv
On Sat, Apr 13, 2019 at 7:49 AM Jacob Kroon
wrote:
Having a native version of grub-editenv around can be useful for
setting the targets grub e
On 2020-06-16 11:50, Quentin Schulz wrote:
> Hi all,
>
> On Wed, Jan 22, 2020 at 11:06:55AM +0100, Quentin Schulz wrote:
>> > > The reason why I didn't bother to send a patch to busybox before pinging
>> > > on this patch was that we're already different from the upstream
>> > > simple.script
>>
Signed-off-by: Yongxin Liu
---
meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb
b/meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb
index fcad7df629
Currently, curl (and libcurl) is built without debug info, making the
curl-dbg package rather useless. Since debug symbols are automatically
stripped and put in that package by the build system, making sure that
curl is built with -g shouldn't hurt anything, but will help those
that try to debug a
please ignore this patch, I will send a V2 to fix this problem
On 6/17/20 4:07 PM, Changqing Li wrote:
From: Changqing Li
fix error during post uninstall:
%postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78
+ '[' 0 = 0 ']'
+ set -e
+ '[' x '!=' x ']'
+ echo 'Updating MIME
Recipe upgrade statistics:
* Failed (devtool error): 11
bind, 9.16.3, Armin Kuster
dropbear, 2020.79, Yi Zhao
elfutils, 0.180, Hongxu Jia
gnu-config, 20200515-new-commits-available, Robert Yang
libdnf, 0.48.0, Alexander Kanavin
llvm, 10.0.0
From: Changqing Li
fix error during post uninstall:
%postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78
+ '[' 0 = 0 ']'
+ set -e
+ '[' x '!=' x ']'
+ echo 'Updating MIME database... this may take a while.'
Updating MIME database... this may take a while.
+ update-mime-databas
43 matches
Mail list logo