[oe] [PATCH 2/2] accelges_svn: add `libglade` to `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Sun Oct 31 16:47:12 UTC 2010


Date: Sun, 31 Oct 2010 13:49:59 +0100

The task `configure` failed with the following error.

        […]
        | checking for NOTIFY... yes
        | checking for GLADE... configure: error: Package requirements (libglade-2.0) were not met:
        |
        | No package 'libglade-2.0' found
        |
        | Consider adjusting the PKG_CONFIG_PATH environment variable if you
        | installed software in a non-standard prefix.
        |
        | Alternatively, you may set the environment variables GLADE_CFLAGS
        | and GLADE_LIBS to avoid the need to call pkg-config.
        | See the pkg-config man page for more details.
        |
        | ERROR: Function do_configure failed
        NOTE: package accelges-1_0.2+svnr206-r4: task do_configure: Failed

Adding `libglade` to `DEPENDS` fixes the problem and the recipe was build tested with the following build configuration.

        Build Configuration:
        BB_VERSION        = "1.10.0"
        METADATA_BRANCH   = "org.openembedded.dev"
        METADATA_REVISION = "1218fb1420ff039012d08e4a43cf3bac70c08fdf"
        TARGET_ARCH       = "arm"
        TARGET_OS         = "linux-gnueabi"
        MACHINE           = "beagleboard"
        DISTRO            = "angstrom"
        DISTRO_VERSION    = "next"
        TARGET_FPU        = "hard"

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 recipes/accelges/accelges_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
index 805dc11..3afc166 100644
--- a/recipes/accelges/accelges_svn.bb
+++ b/recipes/accelges/accelges_svn.bb
@@ -9,7 +9,7 @@ PR = "r4"
 PE = "1"
 SRCREV = "206"
 
-DEPENDS = "curl dbus dbus-glib gtk+ libnotify libxrandr notification-daemon"
+DEPENDS = "curl dbus dbus-glib gtk+ libglade libnotify libxrandr notification-daemon"
 RDEPENDS_${PN} = "notification-daemon"
 
 SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
-- 
1.7.2.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20101031/a5d4dc6b/attachment-0002.sig>


More information about the Openembedded-devel mailing list