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:
e0fc150
)
ruby-dbus: fix libdir reference
author
Koen Kooi
<k-kooi@ti.com>
Fri, 17 Dec 2010 10:41:34 +0000
(11:41 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 17 Dec 2010 10:41:34 +0000
(11:41 +0100)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ruby/ruby-dbus_0.2.1.bb
patch
|
blob
|
history
diff --git
a/recipes/ruby/ruby-dbus_0.2.1.bb
b/recipes/ruby/ruby-dbus_0.2.1.bb
index
78f3b36
..
35ea546
100644
(file)
--- a/
recipes/ruby/ruby-dbus_0.2.1.bb
+++ b/
recipes/ruby/ruby-dbus_0.2.1.bb
@@
-2,11
+2,11
@@
DESCRIPTION = "${PN} bindings"
SECTION = "devel/ruby"
LICENSE = "LGPL"
RDEPENDS_${PN} = "dbus ruby"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "http://trac.luon.net/data/${PN}/releases/${PN}-0.2.1.tar.gz"
-RUBY_DIR = "
/usr/lib
/ruby/1.8"
+RUBY_DIR = "
${libdir}
/ruby/1.8"
S = "${WORKDIR}/${PN}-${PV}"