* [release-2010.12][PATCH] mioctl_git.bb: Add glib-2.0 to DEPENDS.
@ 2010-11-19 4:45 Graham Gower
2010-11-19 13:43 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Graham Gower @ 2010-11-19 4:45 UTC (permalink / raw)
To: openembedded-devel
| make[3]: Entering directory `/mnt/oe/tmp/work/mipsel-oe-linux/mioctl-1_0.1.0+gitr0+43fae6cf5e3aa57f5d7fed467896d2d4d0f69679-r0/git/tools/mioctl/src'
| mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I.. -pthread -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/glib-2.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/glib-2.0/include -include ../config.h -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
| main.c:25:18: fatal error: glib.h: No such file or directory
| compilation terminated.
| make[3]: *** [main.o] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/freesmartphone/mioctl_git.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes/freesmartphone/mioctl_git.bb b/recipes/freesmartphone/mioctl_git.bb
index c04fc9d..8d9571c 100644
--- a/recipes/freesmartphone/mioctl_git.bb
+++ b/recipes/freesmartphone/mioctl_git.bb
@@ -6,6 +6,7 @@ LICENSE = "GPL"
SRCREV = "43fae6cf5e3aa57f5d7fed467896d2d4d0f69679"
PV = "0.1.0+gitr${SRCPV}"
PE = "1"
+DEPENDS = "glib-2.0"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
S = "${WORKDIR}/git/tools/mioctl"
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [release-2010.12][PATCH] mioctl_git.bb: Add glib-2.0 to DEPENDS.
2010-11-19 4:45 [release-2010.12][PATCH] mioctl_git.bb: Add glib-2.0 to DEPENDS Graham Gower
@ 2010-11-19 13:43 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2010-11-19 13:43 UTC (permalink / raw)
To: openembedded-devel
On 11/18/2010 09:45 PM, Graham Gower wrote:
>
> | make[3]: Entering directory `/mnt/oe/tmp/work/mipsel-oe-linux/mioctl-1_0.1.0+gitr0+43fae6cf5e3aa57f5d7fed467896d2d4d0f69679-r0/git/tools/mioctl/src'
> | mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I.. -pthread -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/glib-2.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/glib-2.0/include -include ../config.h -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
> | main.c:25:18: fatal error: glib.h: No such file or directory
> | compilation terminated.
> | make[3]: *** [main.o] Error 1
>
> Signed-off-by: Graham Gower<graham.gower@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
> ---
> recipes/freesmartphone/mioctl_git.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/freesmartphone/mioctl_git.bb b/recipes/freesmartphone/mioctl_git.bb
> index c04fc9d..8d9571c 100644
> --- a/recipes/freesmartphone/mioctl_git.bb
> +++ b/recipes/freesmartphone/mioctl_git.bb
> @@ -6,6 +6,7 @@ LICENSE = "GPL"
> SRCREV = "43fae6cf5e3aa57f5d7fed467896d2d4d0f69679"
> PV = "0.1.0+gitr${SRCPV}"
> PE = "1"
> +DEPENDS = "glib-2.0"
>
> SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
> S = "${WORKDIR}/git/tools/mioctl"
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-19 13:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 4:45 [release-2010.12][PATCH] mioctl_git.bb: Add glib-2.0 to DEPENDS Graham Gower
2010-11-19 13:43 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.