[oe-commits] Khem Raj : clxclient_3.6.1.bb: Implement do_install

git version control git at git.openembedded.org
Wed Oct 27 18:50:40 UTC 2010


Module: openembedded.git
Branch: master
Commit: e65b9b41aec4573a3fb442688ad4365b5cb5ae54
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e65b9b41aec4573a3fb442688ad4365b5cb5ae54

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Oct 27 11:45:13 2010 -0700

clxclient_3.6.1.bb: Implement do_install

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/jaaa/clxclient_3.6.1.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/jaaa/clxclient_3.6.1.bb b/recipes/jaaa/clxclient_3.6.1.bb
index 9aa2135..c8d4a9d 100644
--- 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 = "r2"
+PR = "r3"
 
 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"





More information about the Openembedded-commits mailing list