[oe] [meta-oe][PATCH 12/20] mime-support: fix PN -> BPN for multilib

Yi Zhao yi.zhao at windriver.com
Fri May 8 07:42:27 UTC 2015


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 .../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}
-- 
1.7.9.5




More information about the Openembedded-devel mailing list