[oe-commits] Holger Hans Peter Freyther : [ecore] Fix DEPENDS to make the build deterministic

GIT User account git at amethyst.openembedded.net
Wed Oct 15 18:11:55 UTC 2008


Module: openembedded.dev.git
Branch: holger/hash-style
Commit: c6ffab30ef872a9fbc17480c4ee3b671031661a1
URL:    http://gitweb.openembedded.net/?p=openembedded.dev.git&a=commit;h=c6ffab30ef872a9fbc17480c4ee3b671031661a1

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Tue Aug 12 16:32:57 2008 +0200

[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.

---

 packages/efl1/ecore.inc    |    2 +-
 packages/efl1/ecore_svn.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc
index 9784d5c..adb4378 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 018a8e7..3bc5184 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 \





More information about the Openembedded-commits mailing list