On 2017-05-18 11:09, Gary Thomas wrote:
The UsePrivilegeSeparation is no longer supported (recent SSHD always runs
with previlege separation), so remove this option from the default config
file to avoid this warning:
/etc/ssh/sshd_config line 110: Deprecated option UsePrivilegeSeparation
lobber a file in a _append(), would it cause some QA failure?
Hmm, I mentioned it only once... To a patch that does already mention
appending stuff...
We do this all the time for this recipe. It just takes a simple .bbappend
like this one.
--
----
CHTOOL = "quilt"
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core mailing list
Openembedded-core@li
"
SRC_URI[md5sum] = "7d41e72188fbea1f696c399c1a435675"
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
The UsePrivilegeSeparation is no longer supported (recent SSHD always runs
with previlege separation), so remove this option from the default config
file to avoid this warning:
/etc/ssh/sshd_config line 110: Deprecated option UsePrivilegeSeparation
Signed-off-by: Gary Thomas
---
meta/recipes
t;
PACKAGECONFIG_class-native = "ipv6 proxy ssl zlib"
PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl zlib"
This seems like a pretty big change and affects all targets,
not just ARMv8/BE
Maybe ssl vs gnutls should be a PACKAGECONFIG option of its own with an
override f
red name (and not be preferred by default)? That way existing
uses of the older 1.0 package can continue but users can migrate to
1.1 as they see fit?
--
----
Gary Thomas | Consulting for the
MLB Associates
embedded.org
<mailto:Openembedded-core@lists.openembedded.org>
http://lists.openembedded.org/mailman/listinfo/openembedded-core
<http://lists.openembedded.org/mailman/listinfo/openembedded-core>
--
"Thou shalt no
d try again.\n" % recipe
else:
msg += "Wic failed to find a recipe to build native %s. Please "\
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
On 2017-03-20 13:58, Burton, Ross wrote:
On 20 March 2017 at 12:50, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Thanks, that did fix it.
I see that those recipe-sysroot* trees are kept around (I don't run rm_work)
For one of my builds which has ~475 packages in tmp
On 2017-03-20 13:21, Patrick Ohly wrote:
On Mon, 2017-03-20 at 13:12 +0100, Gary Thomas wrote:
I just updated to the latest Poky master (7e0985bab68547) which
replaced rpm-5.4 with rpm-4.13.90 (git). My builds in an existing
tree now fail:
|
/build/p7619_2016-02-23/tmp/work/cortexa7hf-neon
ueabi/libsolv/0.6.26-r0/recipe-sysroot-native/usr/lib/librpmdb.so`
librpmdb-5.4.so: cannot open `librpmdb-5.4.so' (No such file or directory)
Any ideas how to fix this?
Thanks
--
----
Gary Thomas
like missing preqs on a build
server, unless the layer should be requesting installation of host files
somewhere.
Some tools required by ${HOSTTOOLS} are missing:
cpio chrpath gawk diffstat makeinfo
--
----
Gary Thomas
olang.org/s/gogetcmd
package golang.org/x/tour/gotour: exec: "git": executable file not found in
$PATH
I ran through the tour (above) and things seemed to go well.
All in all, looking better.
--
----
Gary Thomas
WKS_FILES variable is to provide possible wks files to use. First one found will
be used to produce an image.
Would it work to add/define this variable in the corresponding *image*.bb recipe
rather than local.conf?
--
----
hus let's me log
into images that I create via ssh.
Does this work for dropbear or only openssh?
--
--------
Gary Thomas | Consulting
'd be happy either way, as long as I (as the poster) get some
sort of feedback that the patch has been received and queued.
Thanks for improving this system :-)
--
----
Gary Thomas | Consulting for th
n the original submitter to watch out for breakages in
the processes, but I guess that can't be avoided with an asynchronous,
mail-based process.
I would love to see this added to the process - +1 :-)
--
----
G
;
SYSTEMD_SERVICE_${PN}-syslog = "busybox-syslog.service"
@@ -45,7 +47,7 @@ SYSTEMD_SERVICE_${PN}-syslog = "busybox-syslog.service"
CONFFILES_${PN}-syslog = "${sysconfdir}/syslog-startup.conf.${BPN}"
CONFFILES_${PN}-mdev = "${sysconfdir}/mdev.conf"
-RR
?
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http
Use RRECOMMENDS for the udev hardware data base, to allow for this
to be suppressed if desired (saves many MB - useful for smaller systems)
Signed-off-by: Gary Thomas
---
meta/recipes-bsp/usbutils/usbutils_008.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes
including it
in OE-Core and our build/test cycle.
I agree - if ruby is OE-core worthy, go most certainly is.
--
----
Gary Thomas | Consulting for the
MLB Associates |
On 2017-01-21 06:02, Gary Thomas wrote:
xxx-native packages should not depend on ${DISTRO} settings. Doing
so feels inherently wrong and limits the usefulness of sstate-cache.
This patch changes how this package is installed, in particular
removing the dependency on the ${DISTRO_FEATURES
further improve the ability to share
native packages between builds with differences in ${DISTRO_FEATURES}
Signed-off-by: Gary Thomas
---
meta/recipes-core/glib-2.0/glib.inc | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-core/glib-2.0/glib.inc
b/meta
On 2016-11-10 01:39, Khem Raj wrote:
This is converging the recipes for go from
meta-virtualization and oe-meta-go
Add recipes for go 1.7
go.bbclass is added to ease out writing
recipes for go packages
Signed-off-by: Khem Raj
---
meta/classes/go.bbclass| 74 +
o no, it's not host only.
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core m
On 2016-11-04 11:03, Richard Purdie wrote:
On Fri, 2016-11-04 at 08:16 +0100, Gary Thomas wrote:
Some of my customers need to be able to build without any
network connectivity, so I normally use BB_NO_NETWORK="1"
Is there a way to add the uninative "binary shim" to my
dow
to put it into my
mirror.
Thanks for any ideas
--
----
Gary Thomas | Consulting for the
MLB Associates
ctories
as that will cause problems building if you don't include the corresponding
layers.
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
_
ly have a viable build system
without the oe-core layer (unless this gives you the freedom to
replace it with a custom one, which i don't see the value of).
i think that's it for now ... thoughts?
rday
--
Gary Thomas | Consult
On 2016-10-11 14:36, Burton, Ross wrote:
On 11 October 2016 at 13:26, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Did you mean to swap the items? The old version used
machine, elf.machine()
and this version uses
elf.machine(), machine
Yes, because the string
le", d) ) and (target_os
== "linux-gnux32" or target_os == "linux-gnun32"))):
package_qa_add_message(messages, "arch", "Bit size did not match (%d to %d)
%s on %s" % \
Did you mean to swap the items? The old versio
ever rely on the plural.y=>plural.c transformation.
+do_unpack_workaround() {
+ touch ${S}/intl/plural.c
+}
--
----
Gary Thomas | Consulting for the
MLB Associates
On 2016-10-09 13:24, Gary Thomas wrote:
Using Poky/Yocto rev 65107a9abe6c6c92c2c21e7dacfe4cc028ab7cb7 (2016-10-09), I
get this
during do_rootfs for my image:
Collected errors:
* calculate_dependencies_for: Cannot satisfy the following dependencies for
epiphany:
* webkitgtk (>= 2.1
gtk+3 iso-codes ca-certificates avahi
libnotify gcr libwnck3 \
I also didn't find any use of epiphany in any of the image recipes
in the default Poky/Yocto. Is this actually being tested on a regular
basis?
--
--------
Gary Thomas
GMT+09:00 Jonathan Liu mailto:net...@gmail.com>>:
On 2 October 2016 at 18:28, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
> Can someone explain this error?
>
> ERROR: video-demo-image-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch
> 7b8eab500890bd7
dc1f"
meta-raspberrypi = "master:4817e2c087097c02755d6309304878e42cf61d3c"
As far as I can tell, the image was created even though the error.
Thanks for any pointers
--
----
Gary Thomas | Consulti
match the documentation. I set it to 2 and I get a ping
frequency of 10Hz (20 changes per second), as opposed to 4Hz which
would be 2 seconds per change. I'll be investigating this further
and may propose some patches.
Thanks for your time
--
--
On 2016-09-16 00:00, Paul Eggleton wrote:
On Thu, 15 Sep 2016 22:51:47 Richard Purdie wrote:
On Fri, 2016-09-16 at 08:41 +1200, Paul Eggleton wrote:
On Thu, 15 Sep 2016 22:26:09 Gary Thomas wrote:
On 2016-09-15 22:12, Burton, Ross wrote:
On 15 September 2016 at 21:03, Paul Eggleton
rienced problems
though.)
I'm using iTerm2 on a Mac to run normal SSH to my Linux box. No screen/tmux/etc.
Pretty much the same for me - just SSH in an xterm window.
--
----
Gary Thomas | Consulting f
fused!
I doubt if I can every repeat this, just passing on the observation!
--
--------
Gary Thomas | Consulting for the
MLB Associates |
.
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core mailing list
On 2016-08-23 14:41, Martin Jansa wrote:
On Tue, Aug 23, 2016 at 02:29:27PM +0200, Gary Thomas wrote:
On 2016-08-23 14:13, Alexander Kanavin wrote:
On 08/23/2016 04:27 AM, Khem Raj wrote:
-#BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2"
+BASEURI ?= "${GNU_MIRROR}/gc
ut lines should be dropped, they're just clutter.
Also, how "final" is it when the URL points to a "xxx-RC-yyy"? Seems
a bit premature...
--
-
On 2016-08-19 18:01, Khem Raj wrote:
On Aug 19, 2016, at 8:05 AM, Gary Thomas wrote:
On 2016-08-19 16:59, Khem Raj wrote:
This is a long standing assembler error. Which I never get to bottom of.
Rwboorinf the build machine helps
updated to 6.2
On Aug 19, 2016 7:06 AM, "Gary Thomas" mailto:g...@mlbassoc.com>> wrote:
On 2016-08-19 16:04, Gary Thomas wrote:
On 2016-08-19 15:40, Khem Raj wrote:
On Aug 19, 2016, at 3:14 AM, Richard Purdie
mailto:richard.pur...@linuxfounda
for -march= switch
This worked fine with GCC/6.1 (git)
Ideas?
--
----
Gary Thomas | Consulting for the
MLB Associates
On 2016-08-19 16:04, Gary Thomas wrote:
On 2016-08-19 15:40, Khem Raj wrote:
On Aug 19, 2016, at 3:14 AM, Richard Purdie
wrote:
On Tue, 2016-08-16 at 11:55 -0700, Khem Raj wrote:
Hi All
I have put together recipe upgrade for upcoming gcc 6.2 release now
that it entered RC phase. With gcc
sier to use. I also think
it has a better long-term support horizon.
--
--------
Gary Thomas | Consulting for the
MLB Associates |
On 2016-07-30 11:18, Gary Thomas wrote:
I just got this udev error - anyone know what to make of it?
udevd[149]: no sender credentials received, message ignored
Note: I'm running Poky/Yocto master (039f47ad) and I don't
recall ever seeing this before and I only saw it on one ta
x27;t report it.
Any pointers graciously accepted
--
--------
Gary Thomas | Consulting for the
MLB Associates |
ot relevant to the license).
--
--------
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core mail
On 2016-07-18 23:19, Carlos Alberto Lopez Perez wrote:
* The JSC JIT is broken on ARMv7 without Thumb2.
[YOCTO #9474]
Signed-off-by: Carlos Alberto Lopez Perez
Works on my i.MX6Q target!
Acked-by: Gary Thomas
---
meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 17 -
1
ed - I had this issue with
docbook-xsl-1.79.1.tar.bz2
and the second time I tried it (a few minutes later) it was fine.
--
--------
Gary Thomas | Cons
ve to carry around a 2.5GB file...
-rw-rw-r-- 1 gthomas gthomas 95661481 Jun 3 15:54 sources/gcc-5.4.0.tar.bz2
-rw-rw-r-- 1 gthomas gthomas 2525826872 Jul 12 16:42
sources/git2_github.com.gcc-mirror.gcc.tar.gz
--
Gary T
h at least 5.x
Any advice? Thanks
--
--------
Gary Thomas | Consulting for the
MLB Associates |
place. And, yes,
it's too bad that this "info" is kept in two completely different
recipes.
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
__
28 AM, Ross Burton wrote:
Signed-off-by: Ross Burton
---
meta/recipes-devtools/gcc/gcc-4.9.inc | 141 -
...
--
Gary Thomas | Consulting for the
MLB Associates |Embedded
On 06/03/2016 03:41 PM, Richard Purdie wrote:
On Fri, 2016-06-03 at 09:08 +0200, Gary Thomas wrote:
After the change over to Python3, I'm getting this error:
ERROR: Unable to parse /local/poky-cutting-edge/meta-gnome/recipes
-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
Traceback (most recent call
This is from a recipe in meta-openembedded
Any ideas how to fix it?
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
On 2016-05-25 08:13, Khem Raj wrote:
On May 25, 2016, at 8:34 AM, Gary Thomas wrote:
I was just wondering why sip.bbclass is in OE-core (at least
the Poky version master:c7e614c438706) when nothing uses it?
OE-core can have components which are commonly used in OE infrastructure
I was just wondering why sip.bbclass is in OE-core (at least
the Poky version master:c7e614c438706) when nothing uses it?
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
On 2016-05-19 07:42, Khem Raj wrote:
On May 18, 2016, at 10:38 PM, Robert Yang wrote:
On 05/19/2016 01:28 PM, Khem Raj wrote:
On May 18, 2016, at 8:16 PM, Gary Thomas wrote:
On 2016-05-18 22:07, Khem Raj wrote:
On Wed, May 18, 2016 at 2:03 AM, Robert Yang wrote:
* It doesn't
_
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
---
openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
--
Thanks
Robert
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Gary Thomas
On 2016-04-13 14:24, Maxin B. John wrote:
Hi,
On Wed, Apr 13, 2016 at 02:13:43PM +0200, Gary Thomas wrote:
On 2016-04-13 14:08, Jussi Kukkonen wrote:
On 13 April 2016 at 14:35, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Have you checked that your /etc/formfactor/machconfig co
On 2016-04-13 14:08, Jussi Kukkonen wrote:
On 13 April 2016 at 14:35, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
On 2016-04-12 10:14, Jussi Kukkonen wrote:
Add patch that hides the keyboard desktop launcher, remove patch that
tries and fails to make the keyboard a
80matchboxkeyboard.sh"
S = "${WORKDIR}/git"
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
__
causes, I
couldn't find any, hence my inquiry.
You might have been thinking about my problems with -dbg packaging that
currently breaks a number of dependencies. Bug #9104
--
--------
Gary Thomas | Consulting for t
gsettings.bbclass depends on.
Fixes [YOCTO #9431].
Signed-off-by: Jussi Kukkonen
Looks like this fixes it, thanks.
Acked-by: Gary Thomas
---
I also reviewed again the other tools that were moved in cc97d576:
this one seems like the only one that is needed at postinst.
Possibly glib-compile
ed as bug #9431
--
--------
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-co
+
2 files changed, 6 insertions(+), 1 deletion(-)
How are these patches related and what is magic about a path length of 410?
Are you sure that it might not be 569 on my system for example?
--
Gary Thomas | Consulting
On 2016-03-24 11:30, Burton, Ross wrote:
On 24 March 2016 at 10:27, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
More recent than poky:2df514bfe4a911c0dca8828038dd94e6265f50ca?
In that case the file should have been generated at build time (please file a
bug with logs if it wasn&
On 2016-03-24 11:23, Burton, Ross wrote:
On 24 March 2016 at 09:45, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Is this [somehow] equivalent to the old udev device cache?
Does it really belong in /etc/udev? What about read-only roots?
An update to current master will hel
over 12MB...
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core mailing list
Openembedded-core@lists.openem
On 03/10/2016 04:54 PM, Jens Rehsack wrote:
Am 10.03.2016 um 06:13 schrieb Gary Thomas :
I'm working on a package (amanda - the Advanced Maryland Archiving
system) that is written heavily in perl with swig interfaces to C.
This code ran great until the update to perl 5.22; it now d
On 2016-03-10 16:54, Jens Rehsack wrote:
Am 10.03.2016 um 06:13 schrieb Gary Thomas :
I'm working on a package (amanda - the Advanced Maryland Archiving
system) that is written heavily in perl with swig interfaces to C.
This code ran great until the update to perl 5.22; it now dies a
hor
Any suggestions on how to move forward?
Thanks for your thoughts
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
_
On 2016-02-19 09:02, Phil Blundell wrote:
On Fri, 2016-02-19 at 07:37 +0100, Gary Thomas wrote:
| checking for suffix of object files... configure: error: in
`/local/p0381_2016-02-19/tmp/work/cortexa7hf-neon-amltd-linux-gnueabi/libgcc-initial/4.8.4-r0/gcc-4.8.4/build.arm-amltd-linux-gnueabi.arm
ibgcc-initial_4.8.bb, do_configure) failed
with exit code '1'
Any ideas how I can get this to build? I looked for some other
layer to which this might have been moved, but did not find any.
Thanks
--
--------
Gary Thomas
On 2016-02-12 12:15, Burton, Ross wrote:
On 12 February 2016 at 11:11, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
# opkg install mplayer2-dbg
Installing mplayer2-dbg (2.0+gitr0+2c378c71a4-r13.1) on root.
mplayer2-dbg: unsatisfied recommendation for libavformat-dbg
mp
On 2016-02-12 12:03, Gary Thomas wrote:
On 2016-02-12 11:49, Burton, Ross wrote:
On 12 February 2016 at 03:58, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Improve the packaging of the libraries built by this recipe. These
are created using special code in the recipe and the
On 2016-02-12 11:49, Burton, Ross wrote:
On 12 February 2016 at 03:58, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Improve the packaging of the libraries built by this recipe. These
are created using special code in the recipe and the debug (-dbg)
packages were not being c
On 2016-02-12 09:37, Gary Thomas wrote:
On 2016-02-12 09:32, Richard Purdie wrote:
On Fri, 2016-02-12 at 09:29 +0100, Gary Thomas wrote:
On 2016-02-12 09:17, Richard Purdie wrote:
On Fri, 2016-02-12 at 04:58 +0100, Gary Thomas wrote:
Improve the packaging of the libraries built by this
On 2016-02-12 09:17, Richard Purdie wrote:
On Fri, 2016-02-12 at 04:58 +0100, Gary Thomas wrote:
Improve the packaging of the libraries built by this recipe. These
are created using special code in the recipe and the debug (-dbg)
packages were not being created. Adding these packages allow
On 2016-02-12 09:32, Richard Purdie wrote:
On Fri, 2016-02-12 at 09:29 +0100, Gary Thomas wrote:
On 2016-02-12 09:17, Richard Purdie wrote:
On Fri, 2016-02-12 at 04:58 +0100, Gary Thomas wrote:
Improve the packaging of the libraries built by this recipe.
These
are created using special code
Improve the packaging of the libraries built by this recipe. These
are created using special code in the recipe and the debug (-dbg)
packages were not being created. Adding these packages allow the
libraries in question to be debugged using GDB.
Signed-off-by: Gary Thomas
---
meta/recipes
On 2015-12-16 08:10, Burton, Ross wrote:
On 16 December 2015 at 14:49, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
Using master as of 2015-12-16 (f1f3716776078d68bd9e3734bca881a486dc2ea3)
I get this error:
ERROR: Command Error: exit status: 1 Output:
Applying patch
7;1'
Any ideas?
--
----
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-core mailing list
Openembedded-core@lists.o
On 2015-10-16 09:29, Otavio Salvador wrote:
On Fri, Oct 16, 2015 at 12:21 PM, Gary Thomas wrote:
On 2015-10-16 08:44, Martin Jansa wrote:
On Fri, Oct 16, 2015 at 08:40:10AM -0600, Gary Thomas wrote:
On 2015-10-16 08:25, Ioan-Adrian Ratiu wrote:
x11vnc can be configured with --use-system
On 2015-10-16 08:44, Martin Jansa wrote:
On Fri, Oct 16, 2015 at 08:40:10AM -0600, Gary Thomas wrote:
On 2015-10-16 08:25, Ioan-Adrian Ratiu wrote:
x11vnc can be configured with --use-system-libvncserver to use an
external libvncserver which will be added to meta-oe. Since oe-core
should not
other way - move libvncserver to OE-core?
x11vnc seems like one of the very few [and useful] X based tools that
are present in OE-core that it seems like a huge step backwards to
move it out.
--
Gary Thomas | Consulting for
On 2015-09-25 07:25, Khem Raj wrote:
On Sep 25, 2015, at 4:22 AM, Gary Thomas wrote:
On 2015-09-24 22:59, Khem Raj wrote:
pxz results in significant time saving when generating xz filetypes for
images due to parallelization support
This adds another host tool dependency - on my Ubuntu
quot;${WORKDIR}/git"
+
+CFLAGS_append = " -fopenmp -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
+LDFLAGS_append = " -llzma"
+
+do_compile () {
+ oe_runmake
+}
+
+do_install () {
+ oe_runmake DESTDIR=${D} INSTALL="install -p"
+}
+
+deltask do_configure
+
+BBCLASSEXTEN
rm -rf ${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/${LIBV}/*
+ fi
+}
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
-
On 2015-09-23 06:15, Burton, Ross wrote:
On 22 September 2015 at 16:28, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
| g_module_open() failed for
/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
libharfbuzz.so.0:
that
command's execution only.
--
--------
Gary Thomas | Consulting for the
MLB Associates |Embedded world
--
___
Openembedded-
On 2015-09-22 12:38, Otavio Salvador wrote:
On Tue, Sep 22, 2015 at 3:14 PM, Gary Thomas wrote:
On 2015-09-22 12:05, Otavio Salvador wrote:
On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas wrote:
When building gdk-pixbuf-native, I got this error:
| DEBUG: Staging files from
/home/local
On 2015-09-22 12:05, Otavio Salvador wrote:
On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas wrote:
When building gdk-pixbuf-native, I got this error:
| DEBUG: Staging files from
/home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05
1 - 100 of 377 matches
Mail list logo