[oe] [PATCH 2/2] nostromo: add group www-data

2016-06-07 Thread Robert Yang
Fixed: Running useradd commands... useradd: group 'www-data' does not exist Signed-off-by: Robert Yang --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta

[oe] [PATCH 1/2] nginx: add group www-data

2016-06-07 Thread Robert Yang
Fixed: Running useradd commands... useradd: group 'www-data' does not exist Signed-off-by: Robert Yang --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-h

[oe] [meta-oe] [PATCH V2] rrdtool: only unset PERLHOSTLIB in do_configure

2016-05-12 Thread Robert Yang
The do_compile requires it, otherwise it can't find the native module correctly when perl-native is mirrored from another build. Fixed: | Compilation failed in require. | BEGIN failed--compilation aborted. | Can't locate loadable object for module File::Glob in @INC Signed-off-by: R

Re: [oe] [meta-oe] [PATCH] rrdtool: only unset PERLHOSTLIB in do_configure

2016-05-12 Thread Robert Yang
On 05/13/2016 10:56 AM, Robert Yang wrote: The do_compile requires it, otherwise it can't find the native module correctly when perl-native is mirrored from another build. Fixed: | Compilation failed in require. | BEGIN failed--compilation aborted. | Can't locate loadable object

[oe] [meta-oe] [PATCH] rrdtool: only unset PERLHOSTLIB in do_configure

2016-05-12 Thread Robert Yang
T UPSTREAM -- sent to oe on 20160512) Signed-off-by: Robert Yang --- meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb index 216aaf

[oe] [meta-networking] [PATCH] nbd: fix LIC_FILES_CHKSUM

2016-05-10 Thread Robert Yang
The file depcomp would be changed during configure, which is not suitable for LIC_FILES_CHKSUM, there is a COPYING file which is GPLv2, so use it. Signed-off-by: Robert Yang --- meta-networking/recipes-support/nbd/nbd_3.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [oe] [meta-oe][PATCH] openconnect: add missing dependencies

2016-05-05 Thread Robert Yang
Hi Ioan, Is it possible to use PACKAGECONFIG to add these dependencies conditionally ? On 04/27/2016 08:49 PM, Ioan-Adrian Ratiu wrote: They were autodetected and triggered QA warnings Signed-off-by: Ioan-Adrian Ratiu --- meta-networking/recipes-connectivity/openconnect/openconnect_git.bb

Re: [oe] [meta-oe][PATCH] efivar: nvme header was renamed in linux 4.4

2016-02-02 Thread Robert Yang
On 02/03/2016 01:40 AM, Alexandru But wrote: nvme.h was renamed to nvme_ioctl.h in linux uapi headers since 4.4. Patch taken from the gentoo repository. Signed-off-by: Alexandru But --- .../efivar/efivar/0.21-nvme_ioctl.h.patch | 30 ++ meta-oe/recipes-extended

[oe] [meta-oe] [PATCH] scsirastools: remove inherit autotools_stage

2016-01-31 Thread Robert Yang
The autotools can instead of it. Signed-off-by: Robert Yang --- .../scsirastools/scsirastools_1.6.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb b/meta-oe/recipes-extended/scsirastools

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2016-01-18 Thread Robert Yang
On 01/05/2016 01:52 AM, Martin Jansa wrote: On Wed, Dec 30, 2015 at 02:57:55PM +0100, Koen Kooi wrote: When the host distro uses gold mariadb-native fails to build. Signed-off-by: Koen Kooi --- meta-oe/recipes-support/mysql/mariadb.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-oe] [PATCH] dfu-util: use BP in SRC_URI

2016-01-10 Thread Robert Yang
The PN caused multilib do_fetch error. Signed-off-by: Robert Yang --- meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb

[oe] Is git.openembedded.org down ?

2015-12-03 Thread Robert Yang
$ ping git.openembedded.org doesn't work. -- Thanks Robert -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 1/8] netmap-modules: fix for --no-drivers

2015-11-21 Thread Robert Yang
On 11/20/2015 05:41 PM, Martin Jansa wrote: On Fri, Nov 20, 2015 at 01:32:40AM -0800, Robert Yang wrote: Issue: LIN8-1697 The --no-drivers=virtio_net.c overrided --no-drivers=ixgbe, then errors: git/LINUX/ixgbe_netmap_linux.h:52:2: error: #error "unsupported ixgbe driver version"

Re: [oe] [PATCH 5/8] cim-schema-exper: fix host-user-contaminated

2015-11-21 Thread Robert Yang
On 11/20/2015 05:42 PM, Martin Jansa wrote: On Fri, Nov 20, 2015 at 01:32:44AM -0800, Robert Yang wrote: Issue: LIN8-1632 Fixed: cim-schema-exper-2.39.0: cim-schema-exper: /cim-schema-exper/usr/share/mof/cimv2.39.0/Network/CIM_IPAddressRange.mof is owned by uid 15220, which is the same as

[oe] [PATCH 0/7 V2] meta-openembedded: fix QA issues

2015-11-20 Thread Robert Yang
://git.openembedded.org/meta-openembedded-contrib rbt/7fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=rbt/7fixes Robert Yang (7): lldpad: fix installed-vs-shipped nbd: use BPN in Files dracut: fix host-user-contaminated cim-schema-exper: fix host-user-contaminated

[oe] [PATCH 3/7] dracut: fix host-user-contaminated

2015-11-20 Thread Robert Yang
to root:root Signed-off-by: Robert Yang --- .../recipes-devtools/dracut/dracut_git.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index 91a8321..e026da7 100644

[oe] [PATCH 6/7] ctdb: add PACKAGECONFIG for libtdb

2015-11-20 Thread Robert Yang
Fixed: WARNING: QA Issue: ctdb rdepends on libtdb, but it isn't a build dependency? [build-deps] Signed-off-by: Robert Yang --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.

[oe] [PATCH 7/7] netkit-ftp: fixed invalid symlink

2015-11-20 Thread Robert Yang
netkit-ftp-0.17: Symlink /usr/bin/pftp in netkit-ftp points to TMPDIR [symlink-to-sysroot] lib32-netkit-ftp-0.17: Symlink /usr/bin/pftp in lib32-netkit-ftp points to TMPDIR [symlink-to-sysroot] Signed-off-by: Robert Yang --- .../recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb |2 +- 1 file

[oe] [PATCH 5/7] ctdb: RDEPENDS on bash

2015-11-20 Thread Robert Yang
5.1-r0/image/usr/bin/onnode line 284 (${parm/?/pat[/str]}): echo "${all_nodes//#DEAD/}" possible bashism in tmp/work/corei7-64-wrs-linux/ctdb/2.5.1-r0/image/usr/bin/onnode line 337 (${parm/?/pat[/str]}): Signed-off-by: Robert Yang --- meta-networking/recipes-support

[oe] [PATCH 2/7] nbd: use BPN in Files

2015-11-20 Thread Robert Yang
them or delete them within do_install. lib32-nbd: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Robert Yang --- meta-networking/recipes-support/nbd/nbd_3.11.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-support

[oe] [PATCH 4/7] cim-schema-exper: fix host-user-contaminated

2015-11-20 Thread Robert Yang
/CIM_IPAddressRange.mof is owned by uid 15220, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] It uses cp -a to install the files, so fix the owner to root:root Signed-off-by: Robert Yang --- .../cim-schema/cim-schema-exper_2.39.0.bb

[oe] [PATCH 1/7] lldpad: fix installed-vs-shipped

2015-11-20 Thread Robert Yang
shipped files. [installed-vs-shipped] This is because /usr/lib/systemd has been moved, but /usr/lib was left in multilib, use "rmdir -p" to fix the problem. Signed-off-by: Robert Yang --- .../recipes-daemons/lldpad/lldpad_0.9.46.bb|2 +- 1 file changed, 1 insertion(+),

[oe] [PATCH 2/8] lldpad: fix installed-vs-shipped

2015-11-20 Thread Robert Yang
installed and not shipped files. [installed-vs-shipped] This is because /usr/lib/systemd has been moved, but /usr/lib was left in multilib, use "rmdir -p" to fix the problem. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20151120 Signed-off-by: Robert Yang --- .../recipes-daem

Re: [oe] [PATCH 0/8] meta-openembedded: fix QA issues

2015-11-20 Thread Robert Yang
Sorry, please ignore this thread, some commit message should not be there, I will send a V2. // Robert On 11/20/2015 05:32 PM, Robert Yang wrote: The following changes since commit ea319464b673cbf9a416b582dc4766faeb998430: vlc: add PACKAGECONFIG for samba, upnp, dvdnav, sftp, vorbis

[oe] [PATCH 8/8] netkit-ftp: fixed invalid symlink

2015-11-20 Thread Robert Yang
Issue: LIN8-1635 netkit-ftp-0.17: Symlink /usr/bin/pftp in netkit-ftp points to TMPDIR [symlink-to-sysroot] lib32-netkit-ftp-0.17: Symlink /usr/bin/pftp in lib32-netkit-ftp points to TMPDIR [symlink-to-sysroot] (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20151120 Signed-off-by: Robert

[oe] [PATCH 4/8] dracut: fix host-user-contaminated

2015-11-20 Thread Robert Yang
, so fix the owner to root:root (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20151120 Signed-off-by: Robert Yang --- .../recipes-devtools/dracut/dracut_git.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta

[oe] [PATCH 3/8] nbd: use BPN in Files

2015-11-20 Thread Robert Yang
, avoid installing them or delete them within do_install. lib32-nbd: 3 installed and not shipped files. [installed-vs-shipped] (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20151120 Signed-off-by: Robert Yang --- meta-networking/recipes-support/nbd/nbd_3.11.bb |6 +++--- 1 file changed, 3

[oe] [PATCH 5/8] cim-schema-exper: fix host-user-contaminated

2015-11-20 Thread Robert Yang
Signed-off-by: Robert Yang --- .../cim-schema/cim-schema-exper_2.39.0.bb |1 + .../cim-schema/cim-schema-final_2.40.0.bb |1 + 2 files changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.39.0.bb b/meta-networking

[oe] [PATCH 6/8] ctdb: RDEPENDS on bash

2015-11-20 Thread Robert Yang
64-wrs-linux/ctdb/2.5.1-r0/image/usr/bin/onnode line 284 (${parm/?/pat[/str]}): echo "${all_nodes//#DEAD/}" possible bashism in tmp/work/corei7-64-wrs-linux/ctdb/2.5.1-r0/image/usr/bin/onnode line 337 (${parm/?/pat[/str]}): (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on

[oe] [PATCH 7/8] ctdb: add PACKAGECONFIG for libtdb

2015-11-20 Thread Robert Yang
Issue: LIN8-1713 Fixed: WARNING: QA Issue: ctdb rdepends on libtdb, but it isn't a build dependency? [build-deps] (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20151120 Signed-off-by: Robert Yang --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb |3 +++ 1 file chang

[oe] [PATCH 1/8] netmap-modules: fix for --no-drivers

2015-11-20 Thread Robert Yang
erge into his netmap-modules work and send. Signed-off-by: Robert Yang --- .../recipes-kernel/netmap/netmap-modules_git.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/netmap/n

[oe] [PATCH 0/8] meta-openembedded: fix QA issues

2015-11-20 Thread Robert Yang
rbt/8fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=rbt/8fixes Robert Yang (8): netmap-modules: fix for --no-drivers lldpad: fix installed-vs-shipped nbd: use BPN in Files dracut: fix host-user-contaminated cim-schema-exper: fix host-user-contaminated ctdb

[oe] [meta-networking][PATCH] netcat: add DESCRIPTION

2015-10-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-networking/recipes-support/netcat/netcat.inc | 10 ++ meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/netcat/netcat.inc b/meta

[oe] [meta-gnome] [PATCH] libgtop: set GNOME_COMPRESS_TYPE to bz2

2015-08-25 Thread Robert Yang
Fixed: ERROR: Fetcher failure: Fetch command failed with exit code 8, output: http://ftp.gnome.org/pub/GNOME/sources/libgtop/2.28/libgtop-2.28.2.tar.xz: 2015-08-25 09:16:33 ERROR 404: Not Found. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core 20150825 Signed-off-by: Robert Yang --- meta-gnome

Re: [oe] [OE-core] glibc 2.22

2015-07-13 Thread Robert Yang
I will try this, and something is wrong with mips when upgraded gcc from 4.9.2 to 4.9.3: please see my reply to "[OE-core] [PATCH 1/3] gcc-4.9: Upgrade to 4.9.3" // Robert On 07/14/2015 01:37 AM, Khem Raj wrote: Hi All glibc 2.22 will release end of this month. For some time I have put togeth

Re: [oe] [meta-browser][PATCH v2] chromium: List all PACKAGECONFIG settings to avoid warning

2015-07-01 Thread Robert Yang
Hi Gary, On 07/01/2015 04:55 AM, Gary Thomas wrote: OE-core now warns if PACKAGECONFIG is used to set an option that does not have a corresponding PACKAGECONFIG[option]="xxx" line. This recipe makes use of many such options & this patch suppresses those warnings by listing the options. Signed-o

Re: [oe] [PATCH] ntimed: add recipe to meta-networking (git version)

2015-06-08 Thread Robert Yang
On 06/09/2015 10:38 AM, Christopher Larson wrote: On Mon, Jun 1, 2015 at 1:05 PM, Khem Raj wrote: On Sat, May 30, 2015 at 5:31 PM, Christopher Larson wrote: Ntimed is an unreleased ntpd replacement being sponsored by the Linux Foundation. Currently it only includes a work-in-progress clien

Re: [oe] [bitbake-devel] [PATCH] fetch/hg: Disable checksums for archived downloads

2015-06-01 Thread Robert Yang
On 06/02/2015 08:08 AM, Ash Charles wrote: Hi, I verified that the "fetch/hg: support submodules" [1] patch, in combination with this [2] patch is causing do_unpack failures for me. Based on the logs from the world build, I suspect this is also breaking dvb-apps. I don't have a fix so perhaps

[oe] [meta-oe] [PATCH V2] imagemagick: update patchset from 3 to 4

2015-05-31 Thread Robert Yang
The ImageMagick-6.9.1-3.tar.xz is gone on the download server, there is ImageMagick-6.9.1-4.tar.xz now. Signed-off-by: Robert Yang --- .../imagemagick/imagemagick_6.9.1.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support

Re: [oe] [meta-oe] [PATCH] imagemagick: update patchset from 3 to 4

2015-05-31 Thread Robert Yang
On 06/01/2015 02:44 PM, Robert Yang wrote: The ImageMagick-6.9.1-3.tar.xz is gone on the download server, there is ImageMagick-6.9.1-4.tar.xz now. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20150602 Sorry, this line should be removed, I will send a V2. // Robert Signed-off-by

[oe] [meta-oe] [PATCH] imagemagick: update patchset from 3 to 4

2015-05-31 Thread Robert Yang
The ImageMagick-6.9.1-3.tar.xz is gone on the download server, there is ImageMagick-6.9.1-4.tar.xz now. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20150602 Signed-off-by: Robert Yang --- .../imagemagick/imagemagick_6.9.1.bb |6 +++--- 1 file changed, 3 insertions(+), 3

Re: [oe] [PATCH] fetch/hg: Disable checksums for archived downloads

2015-05-28 Thread Robert Yang
Hello, I think that the following patch has broken the mirror tarball of hg: http://lists.openembedded.org/pipermail/bitbake-devel/2015-May/005725.html I wonder how did you test the patch, please ? Did you revert the patch: fetch/hg: support submodules ? Or other ways, please ? // Robert

[oe] [PATCH 2/2] opensaf: RDEPENDS on python and bash

2015-02-13 Thread Robert Yang
/opensaf/immxml/immxml-nodegen opensaf/usr/share/opensaf/samples/INSTALL opensaf/usr/share/opensaf/samples/smfsv/campaigns/smf-verify opensaf/usr/lib/opensaf/configure_tipc Signed-off-by: Robert Yang --- .../recipes-daemons/opensaf/opensaf_4.5.0.bb |2 ++ 1 file changed, 2 insertions

[oe] [PATCH 1/2] opensaf: install opensafd.service

2015-02-13 Thread Robert Yang
Fixed when systemd: ERROR: Function failed: SYSTEMD_SERVICE_opensaf value opensafd.service does not exist Signed-off-by: Robert Yang --- .../recipes-daemons/opensaf/opensaf_4.5.0.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-daemons/opensaf

Re: [oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

2015-01-25 Thread Robert Yang
On 01/26/2015 10:21 AM, akuster808 wrote: Robert, thanks. I think there is a fix for this sitting in the patch queue. also there is an update pending in master-next for 1.12.3 Thanks, we can drop this patch, then. // Robert - armin On 01/25/2015 05:45 PM, Robert Yang wrote: Fixed

[oe] [meta-networking] [PATCH 3/5] nuttcp: fix HOMEPAGE and SRC_URI

2015-01-25 Thread Robert Yang
The old ones are invalid. Signed-off-by: Robert Yang --- .../recipes-support/nuttcp/nuttcp_7.2.1.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1

[oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

2015-01-25 Thread Robert Yang
Fixed: epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or directory Signed-off-by: Robert Yang --- .../recipes-support/wireshark/wireshark_1.12.2.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb b

[oe] [meta-networking] [PATCH 2/5] dnssec-conf: depends libxslt-native

2015-01-25 Thread Robert Yang
Fixed: xmlto: Can't continue, xsltproc tool not found or not executable. Makefile:20: recipe for target 'dnssec-configure.8' failed make: *** [dnssec-configure.8] Error 3 Signed-off-by: Robert Yang --- .../dnssec-conf/dnssec-conf_2.02.bb|3 ++- 1 file change

[oe] [meta-webserver] [PATCH 5/5] cherokee: add PACKAGECONFIG for geoip

2015-01-25 Thread Robert Yang
Fixed: cherokee/rule_geoip.h:34:19: fatal error: GeoIP.h: No such file or directory Signed-off-by: Robert Yang --- .../recipes-httpd/cherokee/cherokee_1.2.98.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver

[oe] [meta-oe] [PATCH 1/5] openldap: fix for new libtool

2015-01-25 Thread Robert Yang
The new libtool's ltmain.sh is in build-aux. Signed-off-by: Robert Yang --- .../recipes-support/openldap/openldap_2.4.39.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.39.bb b/meta-oe/recipes-support/ope

[oe] [PATCH 0/5] 5 fixes

2015-01-25 Thread Robert Yang
-contrib/log/?h=rbt/5fixes Robert Yang (5): openldap: fix for new libtool dnssec-conf: depends libxslt-native nuttcp: fix HOMEPAGE and SRC_URI wireshark: add PACKAGECONFIG for geoip cherokee: add PACKAGECONFIG for geoip .../dnssec-conf/dnssec-conf_2.02.bb|3

[oe] [PATCH] openldap: fix for new libtool

2015-01-07 Thread Robert Yang
The new libtool's ltmain.sh is in build-aux. Signed-off-by: Robert Yang --- .../recipes-support/openldap/openldap_2.4.39.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.39.bb b/meta-oe/recipes-support/ope

[oe] [meta-oe] [PATCH] openldap: fix for new libtool

2015-01-07 Thread Robert Yang
NOTE: This should be merged after libtool in oe-core is upgraded. // Robert Robert Yang (1): openldap: fix for new libtool .../recipes-support/openldap/openldap_2.4.39.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

Re: [oe] [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI

2015-01-05 Thread Robert Yang
On 01/06/2015 07:26 AM, Martin Jansa wrote: On Tue, Jan 06, 2015 at 06:59:34AM +0800, Robert Yang wrote: On 01/05/2015 07:59 PM, Martin Jansa wrote: Thanks for v2 Please remember to update your old series as superseded when pushing newer version, it would help me a lot when sorting the

Re: [oe] [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI

2015-01-05 Thread Robert Yang
On 01/06/2015 06:59 AM, Robert Yang wrote: On 01/05/2015 07:59 PM, Martin Jansa wrote: Thanks for v2 Please remember to update your old series as superseded when pushing newer version, it would help me a lot when sorting the pending patches. Hi Matin, what did you mean about: "u

Re: [oe] [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI

2015-01-05 Thread Robert Yang
? I can't understand this clearly. // Robert On Sun, Jan 04, 2015 at 06:30:09PM -0800, Robert Yang wrote: Signed-off-by: Robert Yang --- meta-oe/recipes-extended/dash/dash_0.5.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/dash/d

Re: [oe] [meta-networking][PATCH 1/2] GeoIP: add recipe

2015-01-04 Thread Robert Yang
t; ./ -r | grep bb > ... > ./meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb:SECTION = > "net" > ... > ./meta-networking/recipes-daemons/squid/squid_3.4.7.bb:SECTION = "network" > ... > [meta-openembedded]$ > >> >> The similar to g

Re: [oe] [meta-networking][PATCH 1/2] GeoIP: add recipe

2015-01-04 Thread Robert Yang
On 01/05/2015 10:39 AM, leimaohui wrote: From: leimh GeoIP app allow you to look up information about a given IP address. Signed-off-by: leimh --- .../recipes-support/geoip/geoip_1.6.0.bb | 58 ++ 1 file changed, 58 insertions(+) create mode 100644 meta-ne

[oe] [meta-oe] [V2 PATCH 2/5] rarpd: use BPN in SRC_URI

2015-01-04 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb index d69499d..0fe79cf 100644 --- a/meta

[oe] [meta-oe] [V2 PATCH 4/5] smem: use BPN in SRC_URI

2015-01-04 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-support/smem/smem_1.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb index 8d195d4..8768c48 100644 --- a/meta-oe/recipes-support/smem

[oe] [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI

2015-01-04 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-extended/dash/dash_0.5.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb index c2b5249..4961d7b 100644 --- a/meta-oe/recipes

[oe] [meta-oe] [V2 PATCH 5/5] tomoyo-tools: use BP in SRC_URI

2015-01-04 Thread Robert Yang
Signed-off-by: Robert Yang --- .../tomoyo-tools/tomoyo-tools_2.5.0.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb index bb2676b

[oe] [meta-oe] [V2 PATCH 3/5] procmail: use BPN in SRC_URI

2015-01-04 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-support/procmail/procmail_3.22.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index 6ab1e9b..1063654 100644 --- a/meta

Re: [oe] [meta-oe] [PATCH 5/5] tomoyo-tools: use BPN in SRC_URI

2015-01-04 Thread Robert Yang
can't use the SOURCEFORGE_MIRROR, as the URL is a just a web: downloads.sourceforge.net/project/tomoyo/tomoyo-tools-2.5.0-20140601.tar.gz I will update others and resend the patches. // Robert On Sun, Jan 4, 2015 at 12:53 AM, Robert Yang wrote: Signed-off-by: Robert Yang --- .../tomoyo-tools

[oe] [meta-oe] [PATCH 1/5] dash: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-extended/dash/dash_0.5.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb index c2b5249..17fc924 100644 --- a/meta-oe/recipes

[oe] [meta-oe] [PATCH 5/5] tomoyo-tools: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../tomoyo-tools/tomoyo-tools_2.5.0.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb index bb2676b

[oe] [meta-oe] [PATCH 3/5] procmail: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-support/procmail/procmail_3.22.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index 6ab1e9b..1063654 100644 --- a/meta

[oe] [meta-oe] [PATCH 2/5] rarpd: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb index d69499d..a9233af 100644 --- a/meta

[oe] [meta-oe] [PATCH 4/5] smem: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-oe/recipes-support/smem/smem_1.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb index 8d195d4..131f66f 100644 --- a/meta-oe/recipes-support/smem

Re: [oe] [meta-networking] [PATCH] dnrd: fix SRC_URI

2015-01-03 Thread Robert Yang
On 01/04/2015 07:21 AM, Khem Raj wrote: On Jan 3, 2015, at 3:13 PM, Robert Yang wrote: -SRC_URI = "http://ncu.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ +SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BP}.tar.gz \ while at it,

[oe] [V2 meta-networking] [PATCH] dnrd: fix SRC_URI

2015-01-03 Thread Robert Yang
Fixed: ERROR: Function failed: Fetcher failure for URL: 'http://ncu.dl.sourceforge.net/project/dnrd/dnrd/2.20.3/dnrd-2.20.3.tar.gz'. Unable to fetch URL from any source. Signed-off-by: Robert Yang --- .../recipes-daemons/dnrd/dnrd_2.20.3.bb|2 +- 1 file

[oe] [meta-networking] [PATCH] dnrd: fix SRC_URI

2015-01-03 Thread Robert Yang
Fixed: ERROR: Function failed: Fetcher failure for URL: 'http://ncu.dl.sourceforge.net/project/dnrd/dnrd/2.20.3/dnrd-2.20.3.tar.gz'. Unable to fetch URL from any source. Signed-off-by: Robert Yang --- .../recipes-daemons/dnrd/dnrd_2.20.3.bb|2 +- 1 file

[oe] [V2 meta-networking] [PATCH 2/2] ncftp: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../recipes-daemons/ncftp/ncftp_3.2.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb index 73a88b4..5e63293 100644

[oe] [V2 meta-networking] [PATCH 1/2] radiusclient-ng: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../radiusclient-ng/radiusclient-ng_0.5.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb b/meta-networking/recipes-protocols/radiusclient-ng/radiusclient

Re: [oe] [meta-networking] [PATCH 2/2] ncftp: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
On 01/03/2015 11:03 PM, Martin Jansa wrote: On Sat, Jan 03, 2015 at 06:59:43AM -0800, Robert Yang wrote: Signed-off-by: Robert Yang --- .../recipes-daemons/ncftp/ncftp_3.2.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons

[oe] [meta-networking] [PATCH 1/2] radiusclient-ng: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../radiusclient-ng/radiusclient-ng_0.5.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb b/meta-networking/recipes-protocols/radiusclient-ng/radiusclient

[oe] [meta-networking] [PATCH 2/2] ncftp: use BPN in SRC_URI

2015-01-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../recipes-daemons/ncftp/ncftp_3.2.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb index 73a88b4..4f13f90 100644

[oe] [meta-networking] [PATCH 1/2 V2] esmtp: use BPN in SRC_URI

2014-12-30 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-networking/recipes-support/esmtp/esmtp_1.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb index 46d468c..60d34e1 100644 --- a

[oe] [meta-networking] [PATCH 2/2 V2] esmtp: remove sendmail from sysroot

2014-12-30 Thread Robert Yang
The sysroot/${libdir}/sendmail conflicts with lsb's, and it's a symlink to ${bindir}/esmtp which is meaningless for sysroot, so remove it. Signed-off-by: Robert Yang --- meta-networking/recipes-support/esmtp/esmtp_1.2.bb |8 1 file changed, 8 insertions(+) diff --

Re: [oe] [meta-networking] [PATCH 3/3] netkit-rusers: fix parallel build issue

2014-12-29 Thread Robert Yang
ry, my fault, I will remove the "(LOCAL REV" and send again, it doesn't affect the runtime behaviour since I only remove it from sysroot. // Robert -J [[oe] [meta-networking] [PATCH 3/3] netkit-rusers: fix parallel build issue] On 14.12.19 (Fri 00:29) Robert Yang wrote: Fixed:

[oe] [meta-networking] [PATCH 2/3] esmtp: remove sendmail from sysroot

2014-12-19 Thread Robert Yang
The sysroot/${libdir}/sendmail conflicts with lsb's, and it's a symlink to ${bindir}/esmtp which is meaningless for sysroot, so remove it. (LOCAL REV: NOT UPSTREAM) -- Sent to meta-networking on 20141219 Signed-off-by: Robert Yang --- meta-networking/recipes-support/esmtp/esmtp_1.2

[oe] [meta-networking] [PATCH 3/3] netkit-rusers: fix parallel build issue

2014-12-19 Thread Robert Yang
Fixed: rusers.x: No such file or directory Makefile:44: recipe for target 'rusers_xdr.c' failed (LOCAL REV: NOT UPSTREAM) -- Sent to meta-networking on 20141219 Signed-off-by: Robert Yang --- ...rusersd-Makefile-fix-parallel-build-issue.patch | 30 .../net

[oe] [meta-networking] [PATCH 1/3] esmtp: use BPN in SRC_URI

2014-12-19 Thread Robert Yang
(LOCAL REV: NOT UPSTREAM) -- Sent to meta-networking on 20141219 Signed-off-by: Robert Yang --- meta-networking/recipes-support/esmtp/esmtp_1.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes

[oe] When will the meta-openembedded have a dizzy branch, please ?

2014-10-10 Thread Robert Yang
Hello, When will the meta-openembedded have a dizzy branch, please ? -- Thanks Robert -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-oe][PATCH] libunwind: Fix test case link failure on PowerPC systems with Altivec

2014-10-10 Thread Robert Yang
`_Uppc64_get_reg' tests/ppc64-test-altivec.c:112: undefined reference to `_Uppc64_get_reg' Signed-off-by: Ting Liu Signed-off-by: Robert Yang --- ...k-failure-on-PowerPC-systems-with-Altivec.patch | 31 meta/recipes-support/libunwind/libunwind_1.1.bb|1 + 2

[oe] [meta-oe] [PATCH 1/2] krb5: use BP for the tarball

2014-10-08 Thread Robert Yang
le to patch at input line 15 Signed-off-by: Robert Yang --- meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb index 0b

[oe] [meta-oe] [PATCH 2/2] openldap: use PN for PACKAGES_DYNAMIC

2014-10-08 Thread Robert Yang
-openldap.packagedata Please verify which recipe should provide the above files. Signed-off-by: Robert Yang --- .../recipes-support/openldap/openldap_2.4.23.bb|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb b/meta

Re: [oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-19 Thread Robert Yang
On 09/19/2014 04:48 PM, Paul Eggleton wrote: On Friday 19 September 2014 10:02:29 Robert Yang wrote: On 09/16/2014 10:39 PM, Robert Yang wrote: On 09/16/2014 10:30 PM, Paul Eggleton wrote: Hi Robert, On Tuesday 16 September 2014 06:54:40 Robert Yang wrote: The anonymous function redefined

Re: [oe] [PATCH 03/13] arptables: add bash to RDEPENDS_arptables

2014-09-18 Thread Robert Yang
On 09/18/2014 03:42 PM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/1/14 8:18 AM, Robert Yang wrote: Bashism: possible bashism in arptables/etc/init.d/arptables line 14 (should be '.', not 'source'): source /etc/init.d/functions possible bash

Re: [oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-18 Thread Robert Yang
On 09/16/2014 10:39 PM, Robert Yang wrote: On 09/16/2014 10:30 PM, Paul Eggleton wrote: Hi Robert, On Tuesday 16 September 2014 06:54:40 Robert Yang wrote: The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the

Re: [oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-16 Thread Robert Yang
On 09/16/2014 10:30 PM, Paul Eggleton wrote: Hi Robert, On Tuesday 16 September 2014 06:54:40 Robert Yang wrote: The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the vars in CMakeCache.txt, we can drop it safely

[oe] [meta-oe] [PATCH] mariadb: drop anonymous function

2014-09-16 Thread Robert Yang
The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. After checked the vars in CMakeCache.txt, we can drop it safely, and the builds are OK. Signed-off-by: Robert Yang --- meta-oe/recipes-support/mysql/mariadb_5.5.39.inc | 28

[oe] [PATCH V2] meta-perl: fix for eglibc-gconvs

2014-09-15 Thread Robert Yang
There is no eglibc-gconvs now, but glibc-gconvs. Signed-off-by: Robert Yang --- .../recipes-perl/libnet/libnet-libidn-perl_0.12.bb |4 ++-- .../recipes-perl/libtext/libtext-iconv-perl_1.7.bb |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-perl/recipes-perl

Re: [oe] [PATCH 02/14] autofs: add bash to RDEPENDS_autofs

2014-09-13 Thread Robert Yang
ep 17 00:00:00 2001 +From: Robert Yang +Date: Sat, 13 Sep 2014 20:19:28 -0700 +Subject: [PATCH] autofs.init.in: remove bashism + +It can work without the bashism. + +Upstream-Status: Pending + +Signed-off-by: Mike Looijmans +Signed-off-by: Robert Yang +--- + redhat/autofs.init.in |

Re: [oe] [PATCH 02/14] autofs: add bash to RDEPENDS_autofs

2014-09-12 Thread Robert Yang
On 09/12/2014 08:57 PM, Mike wrote: On 09/11/2014 05:28 PM, Robert Yang wrote: On 09/11/2014 01:08 AM, Mike Looijmans wrote: Wouldn't it be a LOT more constructive to fix the bashism. I fail to see the virtue in adding 2MB of "bash" to an embedded system just for a text

Re: [oe] [PATCH 02/14] autofs: add bash to RDEPENDS_autofs

2014-09-11 Thread Robert Yang
($"foo" should be eval_gettext "foo"): echo $"Reloading maps" possible bashism in autofs/etc/init.d/autofs line 150 ($"foo" should be eval_gettext "foo"): echo $"Usage: $0 {start|forcestart|stop|restart|forcerestart

Re: [oe] [meta-perl] [PATCH] meta-perl: fix for eglibc-gconvs

2014-09-11 Thread Robert Yang
On 09/11/2014 11:03 PM, Paul Eggleton wrote: Hi Robert, On Tuesday 09 September 2014 08:02:09 Robert Yang wrote: There is no eglibc-gconvs now, but glibc-gconvs. Signed-off-by: Robert Yang --- .../recipes-perl/libnet/libnet-libidn-perl_0.12.bb |4 ++-- .../recipes-perl/libtext

[oe] [PATCH 14/14] webmin: fix hardcode of python2.3

2014-09-09 Thread Robert Yang
Use "/usr/bin/env python" to fix it. Signed-off-by: Robert Yang --- .../webmin/files/remove-python2.3.patch| 25 .../recipes-webadmin/webmin/webmin_1.700.bb|4 +++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 10

[oe] [PATCH 09/14] apache2: split apache2-scripts subpkg

2014-09-09 Thread Robert Yang
Split apache2-scripts subpkg to put the perl script dbmmanage, so that apache2 doesn't have to RDEPEND on perl. Add another perl script apxs to apache2-dev pkg as Olof Johansson suggested. Signed-off-by: Robert Yang --- .../recipes-httpd/apache2/apache2_2.4.10.bb| 10

[oe] [PATCH 11/14] sdparm: split sdparm-scripts subpkg

2014-09-09 Thread Robert Yang
-scripts as Randy suggested. Signed-off-by: Robert Yang --- meta-oe/recipes-support/sdparm/sdparm_1.08.bb |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.08.bb b/meta-oe/recipes-support/sdparm/sdparm_1.08.bb index 713e451..b603a56 100644 --- a

<    1   2   3   4   >