[oe-commits] Paul Menzel : enjoy: add `elementary` to `DEPENDS`

git version control git at git.openembedded.org
Mon Dec 6 21:26:09 UTC 2010


Module: openembedded.git
Branch: shr/testing2011.1
Commit: e9f7857f29861d6f91a19fa89e3ce7f7c265213f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e9f7857f29861d6f91a19fa89e3ce7f7c265213f

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Dec  6 14:22:16 2010 +0100

enjoy: add `elementary` to `DEPENDS`

Task `configure` fails with the following error message.

	| checking pkg-config is at least version 0.9.0... yes
	| checking for EDBUS... yes
	| checking for ELEMENTARY... configure: error: Package requirements (elementary ecore-file) were not met:
	|
	| No package 'elementary' 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 ELEMENTARY_CFLAGS
	| and ELEMENTARY_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 enjoy-0.0+svnr55157-r2: task do_configure: Failed
	ERROR: TaskFailed event exception, aborting
	ERROR: Build of /oe/openembedded/recipes/e17/enjoy_svn.bb do_configure failed
	ERROR: Task 12 (/oe/openembedded/recipes/e17/enjoy_svn.bb, do_configure) failed with 256
	ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed
	ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed
	ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed

Adding `elementary` to `DEPENDS` fixes this problem and is tested with the following configurations.

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

        Build Configuration:
        BB_VERSION        = "1.10.0"
        METADATA_BRANCH   = "org.openembedded.dev"
        METADATA_REVISION = "fa3f861"
        TARGET_ARCH       = "arm"
        TARGET_OS         = "linux-gnueabi"
        MACHINE           = "beagleboard"
        DISTRO            = "minimal"
        DISTRO_VERSION    = "dev-snapshot-20101206"
        TARGET_FPU        = "hard"

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/e17/enjoy_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index 20c9c63..3288338 100644
--- a/recipes/e17/enjoy_svn.bb
+++ b/recipes/e17/enjoy_svn.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Enjoy music player"
 LICENSE = "LGPLv3"
-DEPENDS = "evas ecore edje emotion lightmediascanner"
+DEPENDS = "evas ecore edje elementary emotion lightmediascanner"
 SRCREV = "${EFL_SRCREV}"
 PV = "0.0+svnr${SRCPV}"
-PR = "r3"
+PR = "r4"
 
 DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
 





More information about the Openembedded-commits mailing list