From c8e2ca8c708fea053834bca0b1dcad1a8e954a5e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 30 Aug 2009 11:57:05 +0200 Subject: erlang: fix packaging and QA errors --- recipes/erlang/erlang_R13B01.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/erlang/erlang_R13B01.bb b/recipes/erlang/erlang_R13B01.bb index eda4db67a4..ec9fdfbfb6 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" -- cgit v1.2.3 From 1d32651d78dfed06579231a6ff6b63e2b79d59cf Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 30 Aug 2009 12:01:01 +0200 Subject: python-pygobject 2.16: 2.14 sets PE=1, so set it in 2.16 as well --- recipes/python/python-pygobject_2.16.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/python/python-pygobject_2.16.0.bb b/recipes/python/python-pygobject_2.16.0.bb index d7bd1c041f..f11d6da012 100644 --- a/recipes/python/python-pygobject_2.16.0.bb +++ b/recipes/python/python-pygobject_2.16.0.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Python GObject bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "python-pygobject-native-${PV}" +PE = "1" PR = "ml2" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" -- cgit v1.2.3