From: Holger Hans Peter Freyther Date: Tue, 12 Aug 2008 14:32:57 +0000 (+0200) Subject: [ecore] Fix DEPENDS to make the build deterministic X-Git-Tag: Release-2010-05/1~5805^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ffab30ef872a9fbc17480c4ee3b671031661a1;p=openembedded.git [ecore] Fix DEPENDS to make the build deterministic XCursor, XRandr, Xinerama and Xprint was found and used on the second configure run but not on the first one. Fix that. --- diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index 9784d5cd8e..adb4378e20 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Ecore is the Enlightenment application framework library" LICENSE = "MIT BSD" -DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor" +DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" # optional # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv" PV = "0.9.9.043+svnr${SRCREV}" diff --git a/packages/efl1/ecore_svn.bb b/packages/efl1/ecore_svn.bb index 018a8e7124..3bc51849d2 100644 --- a/packages/efl1/ecore_svn.bb +++ b/packages/efl1/ecore_svn.bb @@ -1,5 +1,5 @@ require ecore.inc -PR = "r4" +PR = "r5" EXTRA_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \