summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mime-support
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:27 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-13 14:32:01 +0200
commit4afda201edfdf6e9ff56ec49dee30b889e3f0e56 (patch)
treea211e40033f30cdcd6fb4003c7e890bad8547ed7 /meta-oe/recipes-support/mime-support
parent64cb51fdb62921e5fcf51a924fd62618d6378e28 (diff)
downloadmeta-openembedded-4afda201edfdf6e9ff56ec49dee30b889e3f0e56.tar.gz
mime-support: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mime-support')
-rw-r--r--meta-oe/recipes-support/mime-support/mime-support_3.48.bb4
1 files 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 7f8b40a48..d617b6620 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"
8RRECOMMENDS_${PN} = "file" 8RRECOMMENDS_${PN} = "file"
9 9
10SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz" 10SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"
11S = "${WORKDIR}/${PN}" 11S = "${WORKDIR}/${BPN}"
12 12
13FILES_${PN} += " ${libdir}/mime" 13FILES_${PN} += " ${libdir}/mime"
14 14
15docdir_append = "/${PN}" 15docdir_append = "/${BPN}"
16 16
17do_install () { 17do_install () {
18 install -d ${D}${sysconfdir} 18 install -d ${D}${sysconfdir}