]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lsbinitiscripts: Add glib-2.0 to DEPENDS list
authorSaul Wold <sgw@linux.intel.com>
Wed, 27 Jun 2012 16:20:52 +0000 (09:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 14:00:40 +0000 (15:00 +0100)
ppp-watch requires it.

x86_64-poky-linux-gcc    -m64 --sysroot=/intel/poky2/builds/fetch/tmp/sysroots/qemux86-64 -O2 -pipe -g -feliminate-unused-debug-types  -Wall -D_GNU_SOURCE `pkg-config glib-2.0 --cflags` -c ppp-watch.c -o ppp-watch.o
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
ppp-watch.c:78:18: fatal error: glib.h: No such file or directory
compilation terminated.
make[1]: *** [ppp-watch.o] Error 1
make[1]: Leaving directory `/intel/poky2/builds/fetch/tmp/work/x86_64-poky-linux/lsbinitscripts-9.03-r0/initscripts-9.03/src'

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/lsb/lsbinitscripts_9.03.bb

index dd92a928925dd77e79b2336f78fe5bbd3d609cf8..d07c4e2d52481fbb0eea4d343b9829dffaf17164 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "SysV init scripts which only is used in an LSB image"
 SECTION = "base"
 LICENSE = "GPLv2"
-DEPENDS = "popt"
-PR = "r0"
+DEPENDS = "popt glib-2.0"
+PR = "r1"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6"