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:
ab550dc
)
clxclient_3.6.1.bb: Implement do_install
author
Khem Raj
<raj.khem@gmail.com>
Wed, 27 Oct 2010 18:45:13 +0000
(11:45 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Wed, 27 Oct 2010 18:46:09 +0000
(11:46 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/jaaa/clxclient_3.6.1.bb
patch
|
blob
|
history
diff --git
a/recipes/jaaa/clxclient_3.6.1.bb
b/recipes/jaaa/clxclient_3.6.1.bb
index
9aa2135
..
c8d4a9d
100644
(file)
--- a/
recipes/jaaa/clxclient_3.6.1.bb
+++ b/
recipes/jaaa/clxclient_3.6.1.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "clxclient library from http://www.kokkinizita.net/linuxaudio/"
SECTION = "libs/multimedia"
PRIORITY = "optional"
LICENSE = "LGPLv2.1+"
-PR = "r
2
"
+PR = "r
3
"
DEPENDS = "libx11 clthreads freetype libxft"
RDEPENDS_${PN} = "libx11-locale"
@@
-20,5
+20,8
@@
do_compile() {
oe_runmake
}
+do_install() {
+ oe_runmake DESTDIR=${D} install
+}
SRC_URI[md5sum] = "bd47f80a855d3203fcf10365e79d85e4"
SRC_URI[sha256sum] = "9de3e621d7acabb161b5926565a9c9373fedbc632222018f692346790149545d"