[OE-core] Fwd: [PATCH V2] python2/3: Move config/Makefile from core package to dev package

2017-04-10 Thread Zhou, Li
Hi, Richard: From the mails I received, I think you have merged the 1st version of this patch, while I have sent out the 2nd version for fixing the issue mentioned by Jussi . I just sent this patch in an accessory, because there are lines which are too long to pass the auto tests

Re: [OE-core] [PATCH] libsdl2: disable check gcc -Wdeclaration-after-statement for ppc

2017-04-10 Thread Kang Kai
On 2017年04月11日 03:51, Khem Raj wrote: On 4/10/17 12:28 AM, Richard Purdie wrote: On Mon, 2017-04-10 at 11:14 +0800, kai.k...@windriver.com wrote: From: Kai Kang Disable check gcc option -Wdeclaration-after-statement for powerpc and powerpc64 which causes compile

Re: [OE-core] [PATCH 7/8] qemuboot.bbclass: add two vars for use by runqemu

2017-04-10 Thread ChenQi
On 04/11/2017 12:53 AM, Richard Purdie wrote: On Fri, 2017-04-07 at 02:47 -0700, Robert Yang wrote: From: Chen Qi Add STAGING_DIR_TUNCTL_NATIVE and STAGING_DIR_QEMU_BINDIR_NATIVE so that runqemu could find 'tunctl' and 'qemu-xxx' binaries to run correctly. [YOCTO

Re: [OE-core] [PATCH 6/8] runqemu: do not rely on grepping images

2017-04-10 Thread Robert Yang
On 04/08/2017 10:24 PM, Richard Purdie wrote: On Fri, 2017-04-07 at 02:47 -0700, Robert Yang wrote: Fixed when the image is large and not enough memory: grep: memory exhausted Aborted [YOCTO #11073] Signed-off-by: Robert Yang ---

[OE-core] [PATCH] openssh: upgrade to 7.5p1

2017-04-10 Thread Dengke Du
Signed-off-by: Dengke Du --- .../openssh/{openssh_7.4p1.bb => openssh_7.5p1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_7.4p1.bb => openssh_7.5p1.bb} (97%) diff --git

[OE-core] [morty][PATCH V2] binutils: Fix CVE-2017-6965 and CVE-2017-6966

2017-04-10 Thread Yuanjie Huang
Backport upstream commit to address vulnerabilities: CVE: CVE-2017-6965 [BZ 21137] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21137 Fix readelf writing to illegal addresses whilst processing corrupt input files containing symbol-difference relocations. PR binutils/21137

[OE-core] having llvm available for gallium

2017-04-10 Thread Trevor Woerner
I think this might be a casualty of RSS, but when trying to build mesa for the gizmo2 I get: | checking for wayland-scanner... no | checking for XCB_DRI2... yes | checking for x86_64-oe-linux-llvm-config... no | checking for llvm-config... no | checking for

Re: [OE-core] Fwd: About misappropriation of one of my patches in OpenEmbedded

2017-04-10 Thread Trevor Woerner
First and foremost, yes a patch from Neal was mishandled. However, I think the dial went up to 11 on this one a bit too quickly. As far as I can tell Neal's attribution still appears in the 0001-Add-fallback-fopencookie-implementation.patch file. All that happened was that an extraneous "com>"

Re: [OE-core] [PATCH] gnu-efi: copy header files for x32 build

2017-04-10 Thread Khem Raj
On 4/10/17 4:09 PM, Richard Purdie wrote: > On Mon, 2017-04-10 at 15:31 -0700, Saul Wold wrote: >> On Mon, 2017-04-10 at 12:57 -0700, Khem Raj wrote: >>> >>> >>> On 4/10/17 8:58 AM, Saul Wold wrote: Gnu-efi needs to be build for 64bit since it is a boot time tool. It

Re: [OE-core] [PATCH] gnu-efi: copy header files for x32 build

2017-04-10 Thread Richard Purdie
On Mon, 2017-04-10 at 15:31 -0700, Saul Wold wrote: > On Mon, 2017-04-10 at 12:57 -0700, Khem Raj wrote: > > > > > > On 4/10/17 8:58 AM, Saul Wold wrote: > > > > > > > > > Gnu-efi needs to be build for 64bit since it is a boot time tool. > > > It > > > needs these 2 headers to be in 64 bit

Re: [OE-core] [PATCH] gnu-efi: copy header files for x32 build

2017-04-10 Thread Saul Wold
On Mon, 2017-04-10 at 12:57 -0700, Khem Raj wrote: > > On 4/10/17 8:58 AM, Saul Wold wrote: > > > > Gnu-efi needs to be build for 64bit since it is a boot time tool. > > It > > needs these 2 headers to be in 64 bit versions, we can use the > > existing > > 32bit ones as there is not really any

Re: [OE-core] [meta-clang] oe-core and meta-clang llvm coexsting?

2017-04-10 Thread Martin Kelly
On 03/31/2017 03:53 PM, Martin Kelly wrote: On 03/30/2017 04:58 PM, Martin Kelly wrote: On 03/30/2017 12:31 PM, Khem Raj wrote: On 3/30/17 12:20 PM, Martin Kelly wrote: Hi, I'm trying to integrate the meta-clang version of LLVM 4.0 (used for recipes that need a newer LLVM version)

Re: [OE-core] [PATCH] image.bbclass: prevent rm_work to remove native RSS

2017-04-10 Thread Andre McCurdy
On Mon, Apr 10, 2017 at 1:46 PM, Ed Bartosh wrote: > Added recipe-sysroot-native directory to RM_WORK_EXCLUDE_ITEMS > for image recipes. > > This should keep qemu and other useful tools in the native sysroot of > the image recipe even if rm_work is enabled. > > [YOCTO

Re: [OE-core] [PATCH 1/1] libsolve: 0001-Add-fallback-fopencookie-implementation.patch fix attribution

2017-04-10 Thread Mark Hatle
On 4/10/17 4:29 PM, Khem Raj wrote: > > > On 4/10/17 1:58 PM, Mark Hatle wrote: >> This patch has no technical change, but attempts to properly restore the >> attribution of the original patch to Neal Gompa. >> > > I think it will be good to add some guidelines for OE devs around this > kind of

Re: [OE-core] [PATCH 1/1] libsolve: 0001-Add-fallback-fopencookie-implementation.patch fix attribution

2017-04-10 Thread Khem Raj
On 4/10/17 1:58 PM, Mark Hatle wrote: > This patch has no technical change, but attempts to properly restore the > attribution of the original patch to Neal Gompa. > I think it will be good to add some guidelines for OE devs around this kind of situation, since there will be cases where

[OE-core] [PATCH] image.bbclass: prevent rm_work to remove native RSS

2017-04-10 Thread Ed Bartosh
Added recipe-sysroot-native directory to RM_WORK_EXCLUDE_ITEMS for image recipes. This should keep qemu and other useful tools in the native sysroot of the image recipe even if rm_work is enabled. [YOCTO #11266] [YOCTO #11193] Signed-off-by: Ed Bartosh ---

[OE-core] [PATCH] classutils.py: deterministic sorting

2017-04-10 Thread Juro Bystricky
The method "prioritized" returns a list sorted by the value of the "priority" field, in descending order. However, if several list items have the same priority, the ordering of those items within the priority-sorted list becomes random. As a consequence, we may end up with a non-deterministic

[OE-core] [PATCH 1/1] libsolve: 0001-Add-fallback-fopencookie-implementation.patch fix attribution

2017-04-10 Thread Mark Hatle
This patch has no technical change, but attempts to properly restore the attribution of the original patch to Neal Gompa. Signed-off-by: Mark Hatle --- ...1-Add-fallback-fopencookie-implementation.patch | 186 + 1 file changed, 150 insertions(+), 36

[OE-core] [PATCH 0/1] Restore proper attributions to libsolv patch

2017-04-10 Thread Mark Hatle
Per the email: http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135460.html Neal's attribution to the original code was lost. In addition the original two patches were squashed together. This was not indicated in any change information. Again, making it unclear the proper

[OE-core] Fwd: About misappropriation of one of my patches in OpenEmbedded

2017-04-10 Thread Mark Hatle
Neal attempted to send this directly to the list, but he is not subscribed. For an issue such as this, he also should not be required to subscribe to get this corrected. Forwarded Message Subject: About misappropriation of one of my patches in OpenEmbedded Date: Mon, 10 Apr

Re: [OE-core] [PATCH] gnu-efi: copy header files for x32 build

2017-04-10 Thread Khem Raj
On 4/10/17 8:58 AM, Saul Wold wrote: > Gnu-efi needs to be build for 64bit since it is a boot time tool. It > needs these 2 headers to be in 64 bit versions, we can use the existing > 32bit ones as there is not really any difference. > > [YOCTO #11051] > > Signed-off-by: Saul Wold

[OE-core] [PATCH 2/3] scripts: Drop cleanup-workdir

2017-04-10 Thread Richard Purdie
This script appears broken and is actively breaking build directories. For example, binutils-cross-i586 gets run do_fetch to do_populate_sysroot by: $ oe-selftest -r devtool.DevtoolTests.test_devtool_virtual_kernel_modify then: $ oe-selftest -r

Re: [OE-core] [PATCH] libsdl2: disable check gcc -Wdeclaration-after-statement for ppc

2017-04-10 Thread Khem Raj
On 4/10/17 12:28 AM, Richard Purdie wrote: > On Mon, 2017-04-10 at 11:14 +0800, kai.k...@windriver.com wrote: >> From: Kai Kang >> >> Disable check gcc option -Wdeclaration-after-statement for powerpc >> and >> powerpc64 which causes compile failures: >> >>> >>> CC

[OE-core] [PATCH 1/3] oeqa/selftest: Don't use cleanup-workdir

2017-04-10 Thread Richard Purdie
cleanup-workdir isn't a partcularly good way to attempt to cleanup after tests and in some cases is actively breaking the workdir. Whilst this is a bug in cleanup-workdir, I'd prefer it didn't break tests, particularly when as far as I can see, these calls are "belt and braces" and don't appear to

[OE-core] [PATCH 3/3] staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch

2017-04-10 Thread Richard Purdie
Dependencies on svn:// urls were failing as the cleandirs on do_fetch was destroying any sysroot setup by the extend_recipe_sysroot function. Add code so that if the task do_fetch, we move the cleandirs to the extend_recipe_sysroot task else we'd wipe out the sysroot we just created. This

[OE-core] [PATCHv2] openssl: fix the reference to native perl in ptests

2017-04-10 Thread Alexander Kanavin
This was causing a couple of ptest failures. [YOCTO #10840] Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/openssl/openssl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH] bluez5: Upgrade 5.43 -> 5.44

2017-04-10 Thread Marc Ferland
Mostly fixes to BLE. Also in this commit: - Experimental tools are no longer experimental and are part of the official tools. - Experimental was renamed to "testing" (hence the addition of the "testing" pacakge config option). - Classic command line tools like hciattach, hciconfig are now

[OE-core] [PATCH 6/6] runqemu: do not rely on grepping images

2017-04-10 Thread Ed Bartosh
Hi, This patch breaks wic test_qemu test case. The reason is that it runs qemu with -drive if=none command line option. Changing it to -drive if=virtio should fix the issue. stty: standard input: Inappropriate ioctl for device runqemu - INFO - Running /bin/ip link... runqemu - INFO - Acquiring

[OE-core] [PATCH] ptest-runner: Upgrade to minor version 2.0.2

2017-04-10 Thread Aníbal Limón
To fix a problem when print ERROR after a ptest timeout, this causes the user confusion about if a test ends or not. [YOCTO #10842] Signed-off-by: Aníbal Limón --- .../ptest-runner/{ptest-runner_2.0.bb => ptest-runner_2.0.2.bb} | 4 ++-- 1 file changed, 2

Re: [OE-core] [PATCH 7/8] qemuboot.bbclass: add two vars for use by runqemu

2017-04-10 Thread Richard Purdie
On Fri, 2017-04-07 at 02:47 -0700, Robert Yang wrote: > From: Chen Qi > > Add STAGING_DIR_TUNCTL_NATIVE and STAGING_DIR_QEMU_BINDIR_NATIVE so > that > runqemu could find 'tunctl' and 'qemu-xxx' binaries to run correctly. > > [YOCTO #11266] > [YOCTO #11193] > >

Re: [OE-core] [PATCH] openssl: fix the reference to native perl in ptests

2017-04-10 Thread Richard Purdie
On Mon, 2017-04-10 at 18:59 +0300, Alexander Kanavin wrote: > This was causing a couple of ptest failures. > > [YOCTO #10840] > > Signed-off-by: Alexander Kanavin > --- >  meta/recipes-connectivity/openssl/openssl.inc | 4 >  1 file changed, 4

[OE-core] [PATCH] openssl: fix the reference to native perl in ptests

2017-04-10 Thread Alexander Kanavin
This was causing a couple of ptest failures. [YOCTO #10840] Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/openssl/openssl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH] gnu-efi: copy header files for x32 build

2017-04-10 Thread Saul Wold
Gnu-efi needs to be build for 64bit since it is a boot time tool. It needs these 2 headers to be in 64 bit versions, we can use the existing 32bit ones as there is not really any difference. [YOCTO #11051] Signed-off-by: Saul Wold ---

[OE-core] Yocto Project Status WW15’17

2017-04-10 Thread Jolley, Stephen K
Current Dev Position: YP 2.3 M4 Next Deadline: YP 2.3 M4 Cutoff is April 10, 2017 *** FEATURE FREEZE for 2.3 is now in effect. *** SWAT team rotation: Maxin -> Cal on April 7, 2017. SWAT team rotation: Cal -> Joshua on April 14, 2017.

Re: [OE-core] go-cross: incorrect dependency on tune-specific libgcc

2017-04-10 Thread Patrick Ohly
On Mon, 2017-04-10 at 09:16 -0400, Bruce Ashfield wrote: > Either way, I still have a problem when changes like this merge into > oe-core and I never know exactly when .. until I get the email of > people telling me that things are broken in meta-virt :D I'm not sure how to solve this. Now that

Re: [OE-core] go-cross: incorrect dependency on tune-specific libgcc

2017-04-10 Thread Bruce Ashfield
On Mon, Apr 10, 2017 at 9:09 AM, Patrick Ohly wrote: > On Mon, 2017-04-10 at 08:59 -0400, Bruce Ashfield wrote: > > > > > > On Mon, Apr 10, 2017 at 8:49 AM, Patrick Ohly > > wrote: > [...] > > diff --git a/meta/classes/go.bbclass

Re: [OE-core] go-cross: incorrect dependency on tune-specific libgcc

2017-04-10 Thread Patrick Ohly
On Mon, 2017-04-10 at 08:59 -0400, Bruce Ashfield wrote: > > > On Mon, Apr 10, 2017 at 8:49 AM, Patrick Ohly > wrote: [...] > diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass > index 85f71a2e9a6..ac41c80d377 100644 > ---

Re: [OE-core] go-cross: incorrect dependency on tune-specific libgcc

2017-04-10 Thread Bruce Ashfield
On Mon, Apr 10, 2017 at 8:49 AM, Patrick Ohly wrote: > Hello! > > I'm currently extending the yocto-compat-layer.py so that it can detect > invalid signature changes when changing MACHINE. go-cross-x86_64 shows > up as broken when comparing signatures for

[OE-core] go-cross: incorrect dependency on tune-specific libgcc

2017-04-10 Thread Patrick Ohly
Hello! I'm currently extending the yocto-compat-layer.py so that it can detect invalid signature changes when changing MACHINE. go-cross-x86_64 shows up as broken when comparing signatures for MACHINE=intel-corei7-64 and MACHINE=qemux86-64. Both machines share the same go-cross-x86_64, but that

[OE-core] [PATCH] oeqa/sdk/cases/buildcpio: enable use of cached cpio from DL_DIR

2017-04-10 Thread Joshua Lock
All build project test cases will try to copy the requested source artefacts from DL_DIR before fetching. This testcase is referencing bzipped tarball whereas the recipe fetches a gzipped tarball. Switch to fetching the gzipped tarball in the test case so that we're able to use a cached tarball

[OE-core] ✗ patchtest: failure for binutils: Fix CVE-2017-6965 and CVE-2017-6966

2017-04-10 Thread Patchwork
== Series Details == Series: binutils: Fix CVE-2017-6965 and CVE-2017-6966 Revision: 1 URL : https://patchwork.openembedded.org/series/6259/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v2] package_manager.py: Split feed_archs for RPM repo URIs

2017-04-10 Thread Ian.Arkver
By default the feed_archs variable is split into single characters resulting in very many broken short repo_uris. Add a split() to split the string into words first. Signed-off-by: Ian.Arkver --- Changes since v1: Change shortlog message to meet style requirement

[OE-core] [PATCH] binutils: Fix CVE-2017-6965 and CVE-2017-6966

2017-04-10 Thread Yuanjie Huang
Backport upstream commit to address vulnerabilities: [BZ 21137] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21137 Fix readelf writing to illegal addresses whilst processing corrupt input files containing symbol-difference relocations. PR binutils/21137 * readelf.c

Re: [OE-core] [PATCH] libsdl2: disable check gcc -Wdeclaration-after-statement for ppc

2017-04-10 Thread Richard Purdie
On Mon, 2017-04-10 at 11:14 +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Disable check gcc option -Wdeclaration-after-statement for powerpc > and > powerpc64 which causes compile failures: > > > > >   CC build/SDL_blit_N.lo > >

[OE-core] State of bitbake world, Failed tasks 2017-04-09

2017-04-10 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[OE-core] ✗ patchtest: failure for Split feed_archs into words for RPM repo URIs

2017-04-10 Thread Patchwork
== Series Details == Series: Split feed_archs into words for RPM repo URIs Revision: 1 URL : https://patchwork.openembedded.org/series/6258/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] ethtool: Switch to download mirror

2017-04-10 Thread Paul Barker
On Mon, 3 Apr 2017 09:57:15 +0100 "Burton, Ross" wrote: > On 2 April 2017 at 22:31, Paul Barker wrote: > > > The md5sum & sha256sum for ethtool-4.8.tar.gz have changed upstream :( > > > > Have you verified with upstream that they haven't been

[OE-core] [PATCH V2] python2/3: Move config/Makefile from core package to dev package

2017-04-10 Thread Zhou, Li
Here is the 2nd version for this patch. Still send it in an accessory. @Jussi: Thank you for the reminding. On 04/10/2017 04:08 PM, Jussi Kukkonen wrote: On 10 April 2017 at 10:10, Li Zhou > wrote: Move

[OE-core] [PATCH] Split feed_archs into words for RPM repo URIs

2017-04-10 Thread ian . arkver . dev
From: Ian.Arkver By default the feed_archs variable is split into single characters resulting in very many broken short repo_uris. Add a split() to split the string into words first. Signed-off-by: Ian.Arkver ---

[OE-core] [PATCH v3 3/3] linux-firmware: Fix build failure when update SRCREV to latest HEAD

2017-04-10 Thread wei . tee . ng
From: "Chang, Rebecca Swee Fun" When we update the SRCREV to latest, we will encouter the following bitbake error. Build error message: | Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 | error: Arch dependent

[OE-core] [PATCH v3 0/3] Set linux-firmware to correct license

2017-04-10 Thread wei . tee . ng
From: "Ng, Wei Tee" This is the revised version to fix the ipk packaging error as below: ERROR: linux-firmware-1_0.0+gitAUTOINC+b14134583c-r0 do_package_write_ipk: Function failed: do_package_ipk These patches is to update the SRCREV of linux-firmware to the latest HEAD

[OE-core] [PATCH v3 2/3] linux-firmware: Set the license for carl9170 to GPLv2

2017-04-10 Thread wei . tee . ng
From: "Ng, Wei Tee" linux-firmwara-carl9170 was set to a wrong license string. Carl9170 firmware is bounded by GPLv2 via code inspection on linux firmware source tree. Hence we include GPLv2 in LICENSE field and set carl9170 firmware to the correct license. [YOCTO #11090]

[OE-core] [PATCH v3 1/3] linux-firmware: update to revision a4dde74b

2017-04-10 Thread wei . tee . ng
From: "Ng, Wei Tee" -change in amdgpu firmware copyright year -change in radeon firmware copyright year -LICENCE.mwl8335 was removed in linux-firmware source tree -specify the copyright year for siano -change in qla2xxx firmware copyright year Signed-off-by: Ng, Wei Tee

[OE-core] [PATCH] at-spi2-core: 2.22.0 -> 2.24.0

2017-04-10 Thread Huang Qiyu
Upgreade at-spi2-core from 2.22.0 to 2.24.0. Signed-off-by: Huang Qiyu --- .../atk/{at-spi2-core_2.22.0.bb => at-spi2-core_2.24.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-core_2.22.0.bb =>

[OE-core] [PATCH] at-spi2-atk : 2.22.0 -> 2.24.0

2017-04-10 Thread Huang Qiyu
Upgrade at-spi2-atk from 2.22.0 to 2.24.0. Signed-off-by: Huang Qiyu --- .../atk/{at-spi2-atk_2.22.0.bb => at-spi2-atk_2.24.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.22.0.bb =>

[OE-core] [PATCH] buildhistory.bbclass: do not influence sstate of do_rootfs

2017-04-10 Thread Patrick Ohly
Enabling or disabling buildhistory caused a rebuild of images, which is undesirable. For example, it prevented image reuse from a main build with buildhistory in a following oe-selftest where buildhistory must be disabled. The reason are the additional ROOTFS_POSTUNINSTALL_COMMAND and

Re: [OE-core] [PATCH] python2/3: Move config/Makefile from core package to dev package

2017-04-10 Thread Jussi Kukkonen
On 10 April 2017 at 10:10, Li Zhou wrote: > Move config/Makefile in libdir from core package to dev package for > python, because it is only needed in development process. > > Signed-off-by: Li Zhou > --- >

[OE-core] [PATCH] python2/3: Move config/Makefile from core package to dev package

2017-04-10 Thread Zhou, Li
Hi, Since my change involves the long line in poky/meta/recipes-devtools/python/python-2.7-manifest.inc and python-3.5-manifest.inc, it can't pass the auto tests. But I think my patch isn't needed to be changed. So send the patch again as an accessory. Thank you. -- Best

[OE-core] ✗ patchtest: failure for python2/3: Move config/Makefile from core package to dev package

2017-04-10 Thread Patchwork
== Series Details == Series: python2/3: Move config/Makefile from core package to dev package Revision: 1 URL : https://patchwork.openembedded.org/series/6252/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] python2/3: Move config/Makefile from core package to dev package

2017-04-10 Thread Li Zhou
Move config/Makefile in libdir from core package to dev package for python, because it is only needed in development process. Signed-off-by: Li Zhou --- meta/recipes-devtools/python/python-2.7-manifest.inc | 4 ++-- meta/recipes-devtools/python/python-3.5-manifest.inc | 4

[OE-core] [PATCH] logrotate: replace fedorahosted.org SRC_URI with github.com source

2017-04-10 Thread yin . thong . choong
From: Choong YinThong fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. Update the ${PN} to ${BPN} in order to pass the autobuilder mulitlib enable configuration. [YOCTO #11226] Signed-off-by: Choong YinThong

[OE-core] [PATCH] Replace fedorahosted.org SRC_URI with github.com source

2017-04-10 Thread yin . thong . choong
From: Choong YinThong Fedorahosted.org was retired on March 1st, 2017. Replace all fedorahosted.org SRC_URI with source pagure.io and github.com. Update the ${PN} to ${BPN} in order to pass the autobuilder mulitlib enable configuration. Choong YinThong (1):