[oe-commits] Yi Zhao : mime-support: fix PN -> BPN for multilib

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:20 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: eba0101fdf29b62383e9eaf504941380c2ddb858
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=eba0101fdf29b62383e9eaf504941380c2ddb858

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri May  8 15:42:27 2015 +0800

mime-support: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-support/mime-support/mime-support_3.48.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
index 7f8b40a..d617b66 100644
--- a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
+++ b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
@@ -8,11 +8,11 @@ RDEPENDS_${PN} = "perl"
 RRECOMMENDS_${PN} = "file"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 FILES_${PN} += " ${libdir}/mime"
 
-docdir_append = "/${PN}"
+docdir_append = "/${BPN}"
 
 do_install () {
     install -d ${D}${sysconfdir}



More information about the Openembedded-commits mailing list