aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-12-06 14:11:30 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-06 14:55:14 +0100
commitf3c57f4434f883666758794c03d4b1a23233e77f (patch)
tree4baab0cbaec8800c6c4e1634e2002e9a823d5df4 /recipes/e17
parent1c40a83a7962cf228f99f4f9c866746cf67dd804 (diff)
downloadopenembedded-f3c57f4434f883666758794c03d4b1a23233e77f.tar.gz
enjoy: Fix commit 1265ac and append to `DEPENDS`.
With commit 1265ac »enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins« [1] previous `DEPENDS` assignment was discarded and task `configure` failed with the following error. checking pkg-config is at least version 0.9.0... yes checking for EDBUS... configure: error: Package requirements (edbus) were not met: No package 'edbus' 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 EDBUS_CFLAGS and EDBUS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ERROR: Function do_configure failed This patch fixes the error above and is tested using 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" [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1265ac068aa9f5bf0d8fee2cfbf8a1492cabe5a3 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/enjoy_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index bd1c659f3f..20c9c631b7 100644
--- a/recipes/e17/enjoy_svn.bb
+++ b/recipes/e17/enjoy_svn.bb
@@ -3,9 +3,9 @@ LICENSE = "LGPLv3"
DEPENDS = "evas ecore edje emotion lightmediascanner"
SRCREV = "${EFL_SRCREV}"
PV = "0.0+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
-DEPENDS = "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
+DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
#1st needed for all formats
#2nd needed for mp3 playback