[oe-commits] Koen Kooi : erlang: fix packaging and QA errors

git version control git at git.openembedded.org
Sun Aug 30 09:57:55 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Aug 30 11:57:05 2009 +0200

erlang: fix packaging and QA errors

---

 recipes/erlang/erlang_R13B01.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/erlang/erlang_R13B01.bb b/recipes/erlang/erlang_R13B01.bb
index eda4db6..ec9fdfb 100644
--- a/recipes/erlang/erlang_R13B01.bb
+++ b/recipes/erlang/erlang_R13B01.bb
@@ -1,7 +1,7 @@
 include erlang.inc
 DEPENDS += "erlang-native openssl"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "\
             file://erts-emulator-Makefile.in.patch;patch=1 \
@@ -71,6 +71,6 @@ def get_erlang_libs_R13B01(d):
     libs.sort()
     return libs
 
-FILES_${PN}-dbg += " ${libdir}/erlang/bin/.debug ${libdir}/erlang/*/bin/.debug ${libdir}/erlang/lib/*/bin/.debug"
+FILES_${PN}-libs-dbg += " ${libdir}/erlang/*/.debug ${libdir}/erlang/*/*/.debug ${libdir}/erlang/*/*/*/.debug ${libdir}/erlang/*/*/*/*/.debug ${libdir}/erlang/*/*/*/*/*/.debug "
 FILES_${PN}-libs += " ${@' '.join(get_erlang_libs_R13B01(d))}"
-PACKAGES =+ "${PN}-libs"
+PACKAGES =+ "${PN}-libs-dbg ${PN}-libs"





More information about the Openembedded-commits mailing list