Re: [yocto] Can't get DEPENDS to trigger glib-2.0 or util-linux build

2013-10-22 Thread Bryan Evenson
Ross, > -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, October 22, 2013 9:50 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Can't get DEPENDS to trigger glib-2.0 or util- > linux build >

Re: [yocto] Can't get DEPENDS to trigger glib-2.0 or util-linux build

2013-10-22 Thread Burton, Ross
On 22 October 2013 14:44, Bryan Evenson wrote: > DEPENDS_${PN} = "virtual/kernel glib-2.0 util-linux" Build dependencies are not package-specific, so just use DEPENDS = "...". Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoprojec

[yocto] Can't get DEPENDS to trigger glib-2.0 or util-linux build

2013-10-22 Thread Bryan Evenson
All, I am on poky/dylan-9.0.1 (also have a yocto-autobuilder setup to use poky/dylan latest) and I have an application that I am writing that makes use of the GLib dynamic libraries and the uuid library built by util-linux. When setting up the yocto-autobuilder, I discovered an issue with my r