[oe-commits] Koen Kooi : wgois: add missing dep and convert to new-style staging

git version control git at git.openembedded.org
Sat Mar 27 15:12:52 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 839a8a6ded2a23109c2b2da20b29bedb18b825b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=839a8a6ded2a23109c2b2da20b29bedb18b825b2

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 27 12:17:07 2010 +0100

wgois: add missing dep and convert to new-style staging

---

 recipes/ogre/wgois_1.2.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ogre/wgois_1.2.0.bb b/recipes/ogre/wgois_1.2.0.bb
index ff59a3b..8efed60 100644
--- a/recipes/ogre/wgois_1.2.0.bb
+++ b/recipes/ogre/wgois_1.2.0.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices."
 LICENSE = "zlib"
-DEPENDS = "virtual/libx11"
+DEPENDS = "virtual/libx11 libxaw"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wgois/ois_${PV}.tar.gz"
 
-inherit autotools_stage
+inherit autotools
 
 S = "${WORKDIR}/ois"
 





More information about the Openembedded-commits mailing list