Re: [oe] [meta-oe][PATCH] doxygen: Use SOURCEFORGE_MIRROR for SRC_URI

2018-12-07 Thread Andreas Müller
On Fri, Dec 7, 2018 at 11:51 PM Khem Raj  wrote:
>
> Signed-off-by: Khem Raj 
> ---
>  meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb 
> b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
> index 3137c48439..7c7024ecf4 100644
> --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
> +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
> @@ -8,7 +8,7 @@ inherit cmake python3native
>
>  DEPENDS = "flex-native bison-native"
>
> -SRC_URI = "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${PV}.src.tar.gz \
> +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
> file://0001-build-don-t-look-for-Iconv.patch"
>
>  SRC_URI[md5sum] = "41d8821133e8d8104280030553e2b42b"
> --
> 2.19.2
>
Works fine - Thanks :)
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH] waf-cross-answers: Add cross-answers-mips64el.txt

2018-12-07 Thread Andrea Adami
Fix build failure on mips64el platforms (missing waf-cross-answers-mips64el).

Signed-off-by: Andrea Adami 
---
 .../cross-answers-mips64el.txt| 39 +++
 1 file changed, 39 insertions(+)
 create mode 100644 
meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt

diff --git a/meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt 
b/meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt
new file mode 100644
index 0..82e694fda
--- /dev/null
+++ b/meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt
@@ -0,0 +1,39 @@
+Checking uname sysname type: "Linux"
+Checking uname version type: "# Wed May 20 10:34:39 UTC 2015"
+Checking simple C program: "hello world"
+rpath library support: OK
+-Wl,--version-script support: OK
+Checking getconf LFS_CFLAGS: NO
+Checking correct behavior of strtoll: NO
+Checking for working strptime: OK
+Checking for C99 vsnprintf: "1"
+Checking for HAVE_SHARED_MMAP: OK
+Checking for HAVE_MREMAP: OK
+Checking for HAVE_SECURE_MKSTEMP: OK
+Checking for HAVE_IFACE_GETIFADDRS: NO
+Checking for HAVE_IFACE_IFCONF: NO
+Checking for HAVE_IFACE_IFREQ: NO
+Checking for large file support without additional flags: OK
+Checking for HAVE_INCOHERENT_MMAP: OK
+Checking value of NSIG: "128"
+Checking value of _NSIG: "128"
+Checking value of SIGRTMAX: "127"
+Checking value of SIGRTMIN: "34"
+Checking whether the WRFILE -keytab is supported: OK
+Checking for kernel change notify support: OK
+Checking for Linux kernel oplocks: OK
+Checking for kernel share modes: OK
+Checking whether POSIX capabilities are available: OK
+Checking if can we convert from CP850 to UCS-2LE: OK
+Checking if can we convert from UTF-8 to UCS-2LE: OK
+vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
+Checking whether we can use Linux thread-specific credentials: OK
+Checking whether fcntl locking is available: OK
+Checking for the maximum value of the 'time_t' type: OK
+Checking whether the realpath function allows a NULL argument: OK
+Checking for ftruncate extend: OK
+getcwd takes a NULL argument: OK
+Checking for small off_t: NO
+Checking whether blkcnt_t is 32 bit: NO
+Checking whether blkcnt_t is 64 bit: OK
+Checking whether fcntl lock supports open file description locks: OK
-- 
2.17.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] doxygen: Use SOURCEFORGE_MIRROR for SRC_URI

2018-12-07 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb 
b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
index 3137c48439..7c7024ecf4 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
@@ -8,7 +8,7 @@ inherit cmake python3native
 
 DEPENDS = "flex-native bison-native"
 
-SRC_URI = "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${PV}.src.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
file://0001-build-don-t-look-for-Iconv.patch"
 
 SRC_URI[md5sum] = "41d8821133e8d8104280030553e2b42b"
-- 
2.19.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 0/6] sigrok: set of new packages

2018-12-07 Thread Khem Raj
On Fri, Dec 7, 2018 at 2:30 PM Andreas Müller  wrote:
>
> On Fri, Dec 7, 2018 at 11:00 PM Bartosz Golaszewski  wrote:
> >
> > pon., 26 lis 2018 o 23:49 Andreas Müller  
> > napisał(a):
> > >
> > > On Mon, Nov 26, 2018 at 5:26 PM Bartosz Golaszewski  wrote:
> > > > This[1] recipe is enough to build pulseview, but I'm not sure how to
> > > > go about requiring libsigrok to have cxx set in PACKAGECONFIG. Should
> > > > I add a bbappend for libsigrok that would do PACKAGECONFIG_append = "
> > > > cxx"?
> > > Have no background but why not enable it by default? Both dependencies
> > > are in meta-oe so layer trouble is not to be expected.
> > >
> > > Since your patch is already in master-next: I am fine with an append
> > > in meta-qt5-extra.
> > >
> > > I suggest once this series is in master please send me a pull request
> > > - will test and create thud for meta-qt5-extra (don't expect this
> > > series to land in meta-oe thud..)
> > >
> >
> > PR sent.
> >
> > Bart
> LOL - am testing build currently. Off topic: doxgen ftp download fails
> - try http...

yes I have fixed it locally see
https://github.com/YoeDistro/meta-openembedded/commit/ff6bead1624a1e261408516b3d064a04aab5f592

>
> Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 0/6] sigrok: set of new packages

2018-12-07 Thread Andreas Müller
On Fri, Dec 7, 2018 at 11:00 PM Bartosz Golaszewski  wrote:
>
> pon., 26 lis 2018 o 23:49 Andreas Müller  napisał(a):
> >
> > On Mon, Nov 26, 2018 at 5:26 PM Bartosz Golaszewski  wrote:
> > > This[1] recipe is enough to build pulseview, but I'm not sure how to
> > > go about requiring libsigrok to have cxx set in PACKAGECONFIG. Should
> > > I add a bbappend for libsigrok that would do PACKAGECONFIG_append = "
> > > cxx"?
> > Have no background but why not enable it by default? Both dependencies
> > are in meta-oe so layer trouble is not to be expected.
> >
> > Since your patch is already in master-next: I am fine with an append
> > in meta-qt5-extra.
> >
> > I suggest once this series is in master please send me a pull request
> > - will test and create thud for meta-qt5-extra (don't expect this
> > series to land in meta-oe thud..)
> >
>
> PR sent.
>
> Bart
LOL - am testing build currently. Off topic: doxgen ftp download fails
- try http...

Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH 0/6] sigrok: set of new packages

2018-12-07 Thread Bartosz Golaszewski
pon., 26 lis 2018 o 23:49 Andreas Müller  napisał(a):
>
> On Mon, Nov 26, 2018 at 5:26 PM Bartosz Golaszewski  wrote:
> > This[1] recipe is enough to build pulseview, but I'm not sure how to
> > go about requiring libsigrok to have cxx set in PACKAGECONFIG. Should
> > I add a bbappend for libsigrok that would do PACKAGECONFIG_append = "
> > cxx"?
> Have no background but why not enable it by default? Both dependencies
> are in meta-oe so layer trouble is not to be expected.
>
> Since your patch is already in master-next: I am fine with an append
> in meta-qt5-extra.
>
> I suggest once this series is in master please send me a pull request
> - will test and create thud for meta-qt5-extra (don't expect this
> series to land in meta-oe thud..)
>

PR sent.

Bart
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel