* [PATCH 0/4] meta: 4 fixes
@ 2015-01-12 23:35 Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2015-01-12 23:35 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b61a2acc321489c3427f0afa3059486dc144a13b:
bind: Update libxml2 check to make it deterministic. (2015-01-08 09:21:18 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/4fixes
Robert Yang (4):
libical: use BPN in SRC_URI
cups: remove fakeroot from do_install()
man: remove fakeroot from do_install()
portmap: remove obsolete lines
meta/recipes-connectivity/portmap/portmap.inc | 19 +------------------
.../destdir-no-strip.patch | 0
.../{portmap-6.0 => portmap}/tcpd-config.patch | 0
meta/recipes-connectivity/portmap/portmap_6.0.bb | 2 +-
meta/recipes-extended/cups/cups.inc | 2 +-
meta/recipes-extended/man/man_1.6g.bb | 2 +-
meta/recipes-support/libical/libical_1.0.0.bb | 2 +-
7 files changed, 5 insertions(+), 22 deletions(-)
rename meta/recipes-connectivity/portmap/{portmap-6.0 => portmap}/destdir-no-strip.patch (100%)
rename meta/recipes-connectivity/portmap/{portmap-6.0 => portmap}/tcpd-config.patch (100%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 0/4] meta: 4 fixes
@ 2015-01-19 7:11 Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2015-01-19 7:11 UTC (permalink / raw)
To: openembedded-core
Hello,
I had sent the patch "cpan-base.bbclass: avoid using xxx" before, now
send it again. The other 3 are new.
// Robert
The following changes since commit eaea05c88661a88a89fa6b139f7e6b243155d492:
depmodwrapper-cross: Update to use STAGING_KERNEL_BUILDDIR (2015-01-17 17:05:25 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/4fixes
Robert Yang (4):
cpan-base.bbclass: avoid using immmediate assignment for PERLLIBDIRS
python3: fix for cross compiling
gnutls: fix sed command
perf: fix for rebuilding
meta/classes/cpan-base.bbclass | 4 +-
.../python/python3-native_3.3.3.bb | 2 +
...p.py-check-cross_compiling-when-get-FLAGS.patch | 50 ++++++++++++++++++
.../sysconfig.py-add-_PYTHON_PROJECT_SRC.patch | 54 ++++++++++++++++++++
meta/recipes-devtools/python/python3_3.3.3.bb | 10 ++--
meta/recipes-kernel/perf/perf.bb | 3 ++
.../gnutls/configure.ac-fix-sed-command.patch | 31 +++++++++++
meta/recipes-support/gnutls/gnutls_3.3.11.bb | 1 +
8 files changed, 149 insertions(+), 6 deletions(-)
create mode 100644 meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
create mode 100644 meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch
create mode 100644 meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
--
1.7.9.5
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 0/4] meta: 4 fixes
@ 2015-02-18 3:28 Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2015-02-18 3:28 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 2bb8b2abb689d91b7b7e28e6bd528747bde94dd2:
license.bbclass: fix unexpected operator for LICENSE values with space (2015-02-17 22:29:27 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/4fixes
Robert Yang (4):
meta: fix build with gettext 0.16.1
gettext 0.16.1: disable native
btrfs-tools: fix for parallel build
bind: fix paralle issue
.../bind/bind/bind-confgen-build-unix.o-once.patch | 44 ++++++++++++++++++++
meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
.../connman/connman-gnome_0.7.bb | 2 +-
meta/recipes-core/gettext/gettext_0.16.1.bb | 4 +-
.../btrfs-tools/btrfs-tools/fix-parallel.patch | 32 ++++++++++++++
.../btrfs-tools/btrfs-tools_git.bb | 5 ++-
.../gtk-engines/gtk-engines_2.20.2.bb | 2 +-
meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb | 2 +-
.../oprofile/oprofileui-server_git.bb | 2 +-
meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +-
meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 2 +-
meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb | 2 +-
meta/recipes-sato/puzzles/oh-puzzles_git.bb | 2 +-
meta/recipes-support/atk/at-spi2-core_2.14.1.bb | 2 +-
meta/recipes-support/libfm/libfm-extra_1.2.3.bb | 2 +-
meta/recipes-support/libfm/libfm_1.2.3.bb | 2 +-
meta/recipes-support/pinentry/pinentry_0.9.0.bb | 2 +
17 files changed, 95 insertions(+), 15 deletions(-)
create mode 100644 meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch
create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
--
1.7.9.5
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 0/4] meta: 4 fixes
@ 2015-03-11 8:35 Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2015-03-11 8:35 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 99f209a49a4390192b95184ff86bd6f973010111:
layer.conf: bump version as error-report interface changed (2015-03-10 17:44:56 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/4fixes
Robert Yang (4):
license.bbclass: set dirs for do_populate_lic_setscene
mailx: disable parallel build
kernelsrc.bbclass: fix KERNEL_VERSION
pixbufcache.bbclass: add harfbuzz-native to PIXBUFCACHE_SYSROOT_DEP
meta/classes/kernelsrc.bbclass | 2 +-
meta/classes/license.bbclass | 2 ++
meta/classes/pixbufcache.bbclass | 7 ++++++-
meta/recipes-extended/mailx/mailx_12.5.bb | 5 +++++
4 files changed, 14 insertions(+), 2 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 0/4] meta: 4 fixes
@ 2016-02-19 8:48 Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2016-02-19 8:48 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 58b45240739da210ef2fecea931c8b8daa9a4c07:
epiphany: Add libxml2-native to DEPENDS (2016-02-18 22:55:12 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/4fixes
Robert Yang (4):
image.bbclass: fix circular dependency when IMAGE_FSTYPES append
hddimg
recipe_sanity.bbclass: skip DataSmart in recipe_sanity_eh()
terminal.bbclass: import oe.terminal for oe.terminal.prioritized()
staging.bbclass: remove trail slash from SYSROOT_DESTDIR
meta/classes/image-live.bbclass | 11 ++++++++++-
meta/classes/recipe_sanity.bbclass | 5 ++---
meta/classes/staging.bbclass | 2 +-
meta/classes/terminal.bbclass | 6 ++++--
4 files changed, 17 insertions(+), 7 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 0/4] meta: 4 fixes
@ 2017-04-13 9:57 Robert Yang
2017-04-13 9:57 ` [PATCH 1/4] binconfig.bbclass: fix typo in get_binconfig_mangle() Robert Yang
` (3 more replies)
0 siblings, 4 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-13 9:57 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e41c90b852167bbcb434da57b84280e855acae33:
busybox: In defconfig enable ASH_CMDCMD for built-in 'command' (2017-04-12 15:18:42 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/4fixes
Robert Yang (4):
binconfig.bbclass: fix typo in get_binconfig_mangle()
apt: fix libdir path for apt.systemd.daily
autogen: update libopts.m4's patch
grep: do_configure: fix "Argument list too long"
meta/classes/binconfig.bbclass | 2 +-
meta/recipes-devtools/apt/apt-package.inc | 4 +++-
.../0001-config-libopts.m4-regenerate-it-from-config-libopts..patch | 2 +-
meta/recipes-extended/grep/grep_3.0.bb | 3 +++
4 files changed, 8 insertions(+), 3 deletions(-)
--
2.10.2
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 1/4] binconfig.bbclass: fix typo in get_binconfig_mangle()
2017-04-13 9:57 [PATCH 0/4] meta: 4 fixes Robert Yang
@ 2017-04-13 9:57 ` Robert Yang
2017-04-13 9:57 ` [PATCH 2/4] apt: fix libdir path for apt.systemd.daily Robert Yang
` (2 subsequent siblings)
3 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-13 9:57 UTC (permalink / raw)
To: openembedded-core
It should be -IOEINCDIR, not -I-IOEINCDIR.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/classes/binconfig.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass
index 1be5fc4..39c3e2b 100644
--- a/meta/classes/binconfig.bbclass
+++ b/meta/classes/binconfig.bbclass
@@ -14,7 +14,7 @@ def get_binconfig_mangle(d):
s += " -e 's:-L${libdir}:-LOELIBDIR:;'"
s += " -e 's:-I${includedir}:-IOEINCDIR:;'"
s += " -e 's:-L${WORKDIR}:-LOELIBDIR:'"
- s += " -e 's:-I${WORKDIR}:-I-IOEINCDIR:'"
+ s += " -e 's:-I${WORKDIR}:-IOEINCDIR:'"
s += " -e 's:OEBASELIBDIR:${STAGING_BASELIBDIR}:;'"
s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'"
s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'"
--
2.10.2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 2/4] apt: fix libdir path for apt.systemd.daily
2017-04-13 9:57 [PATCH 0/4] meta: 4 fixes Robert Yang
2017-04-13 9:57 ` [PATCH 1/4] binconfig.bbclass: fix typo in get_binconfig_mangle() Robert Yang
@ 2017-04-13 9:57 ` Robert Yang
2017-04-13 9:57 ` [PATCH 3/4] autogen: update libopts.m4's patch Robert Yang
2017-04-13 9:57 ` [PATCH 4/4] grep: do_configure: fix "Argument list too long" Robert Yang
3 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-13 9:57 UTC (permalink / raw)
To: openembedded-core
It should be ${libdir} rather than /usr/lib, otherwise it would fail
when multilib:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
$ bitbake apt
[snip]
install: target /path/to/apt/1.2.12-r0/image/usr/lib/apt is not a directory: No such file or directory
[snip]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/apt/apt-package.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/apt/apt-package.inc b/meta/recipes-devtools/apt/apt-package.inc
index 839d58e..6a01f99 100644
--- a/meta/recipes-devtools/apt/apt-package.inc
+++ b/meta/recipes-devtools/apt/apt-package.inc
@@ -83,9 +83,11 @@ do_install () {
install -m 0644 include/apt-pkg/*.h ${D}${includedir}/apt-pkg/
install -d ${D}${systemd_unitdir}/system/
- install -m 0644 ${S}/debian/apt.systemd.daily ${D}/usr/lib/apt/
+ install -m 0644 ${S}/debian/apt.systemd.daily ${D}${libdir}/apt/
install -m 0644 ${S}/debian/apt-daily.service ${D}${systemd_unitdir}/system/
+ sed -i 's#/usr/lib/apt/#${libdir}/apt/#g' ${D}${systemd_unitdir}/system/apt-daily.service
install -m 0644 ${S}/debian/apt-daily.timer ${D}${systemd_unitdir}/system/
install -d ${D}${sysconfdir}/cron.daily/
install -m 0755 ${S}/debian/apt.apt-compat.cron.daily ${D}${sysconfdir}/cron.daily/
+ sed -i 's#/usr/lib/apt/#${libdir}/apt/#g' ${D}${sysconfdir}/cron.daily/apt.apt-compat.cron.daily
}
--
2.10.2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 3/4] autogen: update libopts.m4's patch
2017-04-13 9:57 [PATCH 0/4] meta: 4 fixes Robert Yang
2017-04-13 9:57 ` [PATCH 1/4] binconfig.bbclass: fix typo in get_binconfig_mangle() Robert Yang
2017-04-13 9:57 ` [PATCH 2/4] apt: fix libdir path for apt.systemd.daily Robert Yang
@ 2017-04-13 9:57 ` Robert Yang
2017-04-14 9:36 ` Robert Yang
2017-04-14 9:46 ` Richard Purdie
2017-04-13 9:57 ` [PATCH 4/4] grep: do_configure: fix "Argument list too long" Robert Yang
3 siblings, 2 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-13 9:57 UTC (permalink / raw)
To: openembedded-core
Use 'test -n "$POSIX_SHELL"' rather than 'test -x "$POSIX_SHELL"' so
that 'POSIX_SHELL = "/usr/bin/env sh"' can work.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
.../0001-config-libopts.m4-regenerate-it-from-config-libopts..patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
index a14018e..e247594 100644
--- a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
+++ b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
@@ -30,7 +30,7 @@ index c7ba4f3..51e6a39 100644
AC_PROG_SED
[while :
do
-+ test -x "$POSIX_SHELL" && break
++ test -n "$POSIX_SHELL" && break
POSIX_SHELL=`which bash`
test -x "$POSIX_SHELL" && break
POSIX_SHELL=`which dash`
--
2.10.2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 4/4] grep: do_configure: fix "Argument list too long"
2017-04-13 9:57 [PATCH 0/4] meta: 4 fixes Robert Yang
` (2 preceding siblings ...)
2017-04-13 9:57 ` [PATCH 3/4] autogen: update libopts.m4's patch Robert Yang
@ 2017-04-13 9:57 ` Robert Yang
3 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-13 9:57 UTC (permalink / raw)
To: openembedded-core
Fixed when len(TMPDIR) = 410:
aclocal: error: cannot open echo 'm4_define [snip]' configure.ac |: Argument list too long'
This is becuase it has a lot of m4 files, use relative path for them
can fix the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-extended/grep/grep_3.0.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-extended/grep/grep_3.0.bb b/meta/recipes-extended/grep/grep_3.0.bb
index 6146ef0..b2940d5 100644
--- a/meta/recipes-extended/grep/grep_3.0.bb
+++ b/meta/recipes-extended/grep/grep_3.0.bb
@@ -16,6 +16,9 @@ inherit autotools gettext texinfo pkgconfig
EXTRA_OECONF = "--disable-perl-regexp"
+# Fix "Argument list too long" error when len(TMPDIR) = 410
+acpaths = "-I ./m4"
+
do_configure_prepend () {
rm -f ${S}/m4/init.m4
}
--
2.10.2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 3/4] autogen: update libopts.m4's patch
2017-04-13 9:57 ` [PATCH 3/4] autogen: update libopts.m4's patch Robert Yang
@ 2017-04-14 9:36 ` Robert Yang
2017-04-14 9:46 ` Richard Purdie
1 sibling, 0 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-14 9:36 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
Hi RP,
I found that others are merged except this one, do you have any
comments on it, please ?
// Robert
On 04/13/2017 05:57 PM, Robert Yang wrote:
> Use 'test -n "$POSIX_SHELL"' rather than 'test -x "$POSIX_SHELL"' so
> that 'POSIX_SHELL = "/usr/bin/env sh"' can work.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> .../0001-config-libopts.m4-regenerate-it-from-config-libopts..patch | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
> index a14018e..e247594 100644
> --- a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
> +++ b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch
> @@ -30,7 +30,7 @@ index c7ba4f3..51e6a39 100644
> AC_PROG_SED
> [while :
> do
> -+ test -x "$POSIX_SHELL" && break
> ++ test -n "$POSIX_SHELL" && break
> POSIX_SHELL=`which bash`
> test -x "$POSIX_SHELL" && break
> POSIX_SHELL=`which dash`
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 3/4] autogen: update libopts.m4's patch
2017-04-13 9:57 ` [PATCH 3/4] autogen: update libopts.m4's patch Robert Yang
2017-04-14 9:36 ` Robert Yang
@ 2017-04-14 9:46 ` Richard Purdie
2017-04-14 9:49 ` Robert Yang
1 sibling, 1 reply; 14+ messages in thread
From: Richard Purdie @ 2017-04-14 9:46 UTC (permalink / raw)
To: Robert Yang, openembedded-core
On Thu, 2017-04-13 at 02:57 -0700, Robert Yang wrote:
> Use 'test -n "$POSIX_SHELL"' rather than 'test -x "$POSIX_SHELL"' so
> that 'POSIX_SHELL = "/usr/bin/env sh"' can work.
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> .../0001-config-libopts.m4-regenerate-it-from-config-
> libopts..patch | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/autogen/autogen/0001-config-
> libopts.m4-regenerate-it-from-config-libopts..patch b/meta/recipes-
> devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-
> config-libopts..patch
> index a14018e..e247594 100644
> --- a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-
> regenerate-it-from-config-libopts..patch
> +++ b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-
> regenerate-it-from-config-libopts..patch
> @@ -30,7 +30,7 @@ index c7ba4f3..51e6a39 100644
> AC_PROG_SED
> [while :
> do
> -+ test -x "$POSIX_SHELL" && break
> ++ test -n "$POSIX_SHELL" && break
> POSIX_SHELL=`which bash`
> test -x "$POSIX_SHELL" && break
> POSIX_SHELL=`which dash`
The patch title makes this sound it it was some kind of regenerated
file. You're then patching this for a rather subtle bug. I worry that
this change is going to get lost in the future when someone regenerates
this.
I'm wondering if we can find a better, more future proof solution?
Cheers,
Richard
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 3/4] autogen: update libopts.m4's patch
2017-04-14 9:46 ` Richard Purdie
@ 2017-04-14 9:49 ` Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2017-04-14 9:49 UTC (permalink / raw)
To: Richard Purdie, openembedded-core
On 04/14/2017 05:46 PM, Richard Purdie wrote:
> On Thu, 2017-04-13 at 02:57 -0700, Robert Yang wrote:
>> Use 'test -n "$POSIX_SHELL"' rather than 'test -x "$POSIX_SHELL"' so
>> that 'POSIX_SHELL = "/usr/bin/env sh"' can work.
>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>> .../0001-config-libopts.m4-regenerate-it-from-config-
>> libopts..patch | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/autogen/autogen/0001-config-
>> libopts.m4-regenerate-it-from-config-libopts..patch b/meta/recipes-
>> devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-
>> config-libopts..patch
>> index a14018e..e247594 100644
>> --- a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-
>> regenerate-it-from-config-libopts..patch
>> +++ b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-
>> regenerate-it-from-config-libopts..patch
>> @@ -30,7 +30,7 @@ index c7ba4f3..51e6a39 100644
>> AC_PROG_SED
>> [while :
>> do
>> -+ test -x "$POSIX_SHELL" && break
>> ++ test -n "$POSIX_SHELL" && break
>> POSIX_SHELL=`which bash`
>> test -x "$POSIX_SHELL" && break
>> POSIX_SHELL=`which dash`
>
>
> The patch title makes this sound it it was some kind of regenerated
> file. You're then patching this for a rather subtle bug. I worry that
> this change is going to get lost in the future when someone regenerates
> this.
Cool, you are right.
>
> I'm wondering if we can find a better, more future proof solution?
I will think more about it.
// Robert
>
> Cheers,
>
> Richard
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 0/4] meta: 4 fixes
@ 2019-06-20 8:15 Robert Yang
0 siblings, 0 replies; 14+ messages in thread
From: Robert Yang @ 2019-06-20 8:15 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 2106a567820bad438ff78d54a49e3d87da428dcf:
python3: python3: Fix build error x86->x86 (2019-06-19 13:15:55 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/4fixes
http://cgit.openembedded.org//log/?h=rbt/4fixes
Robert Yang (4):
linux-dummy: Add do_compile_kernelmodules
make-mod-scripts: Depends on bison-native
update-alternatives.bbclass: run update-alternatives firstly in
postinst script
gtk-icon-cache.bbclass: Depends on gtk+3
meta/classes/gtk-icon-cache.bbclass | 14 ++++++++++----
meta/classes/update-alternatives.bbclass | 7 +++++--
meta/recipes-kernel/linux/linux-dummy.bb | 5 +++++
.../make-mod-scripts/make-mod-scripts_1.0.bb | 2 +-
4 files changed, 21 insertions(+), 7 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2019-06-20 7:52 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13 9:57 [PATCH 0/4] meta: 4 fixes Robert Yang
2017-04-13 9:57 ` [PATCH 1/4] binconfig.bbclass: fix typo in get_binconfig_mangle() Robert Yang
2017-04-13 9:57 ` [PATCH 2/4] apt: fix libdir path for apt.systemd.daily Robert Yang
2017-04-13 9:57 ` [PATCH 3/4] autogen: update libopts.m4's patch Robert Yang
2017-04-14 9:36 ` Robert Yang
2017-04-14 9:46 ` Richard Purdie
2017-04-14 9:49 ` Robert Yang
2017-04-13 9:57 ` [PATCH 4/4] grep: do_configure: fix "Argument list too long" Robert Yang
-- strict thread matches above, loose matches on Subject: below --
2019-06-20 8:15 [PATCH 0/4] meta: 4 fixes Robert Yang
2016-02-19 8:48 Robert Yang
2015-03-11 8:35 Robert Yang
2015-02-18 3:28 Robert Yang
2015-01-19 7:11 Robert Yang
2015-01-12 23:35 Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox