git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac4a2f
)
wgois: add missing dep and convert to new-style staging
author
Koen Kooi
<koen@openembedded.org>
Sat, 27 Mar 2010 11:17:07 +0000
(12:17 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 27 Mar 2010 14:33:38 +0000
(15:33 +0100)
recipes/ogre/wgois_1.2.0.bb
patch
|
blob
|
history
diff --git
a/recipes/ogre/wgois_1.2.0.bb
b/recipes/ogre/wgois_1.2.0.bb
index
ff59a3b
..
8efed60
100644
(file)
--- 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"