From: Stanislav Brabec Date: Tue, 9 Sep 2008 14:17:34 +0000 (+0000) Subject: gammu: Do not execute do_stage_append creating traces of build dir. X-Git-Tag: Release-2010-05/1~6121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90a9e2e83b12b354d26150161ee644aa523ca1bc;p=openembedded.git gammu: Do not execute do_stage_append creating traces of build dir. --- diff --git a/packages/gammu/gammu_1.20.0.bb b/packages/gammu/gammu_1.20.0.bb index 617648c0a0..6cc864498a 100644 --- a/packages/gammu/gammu_1.20.0.bb +++ b/packages/gammu/gammu_1.20.0.bb @@ -18,6 +18,13 @@ do_stage() { autotools_stage_all } +# gammu has a non-standard uninstalled .pc file, which confuses pkgconfig.bbclass. +# Replace it by custom do_stage_append(): +do_stage_append () { + install -d ${PKG_CONFIG_DIR} + cat build-configure/cfg/gammu.pc > ${PKG_CONFIG_DIR}/gammu.pc +} + PACKAGES =+ "libgammu" FILES_${PN} = "${bindir}/gammu ${bindir}/jadmaker"