mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -8,11 +8,11 @@ RDEPENDS_${PN} = "perl"
|
|||||||
RRECOMMENDS_${PN} = "file"
|
RRECOMMENDS_${PN} = "file"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"
|
SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz"
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${BPN}"
|
||||||
|
|
||||||
FILES_${PN} += " ${libdir}/mime"
|
FILES_${PN} += " ${libdir}/mime"
|
||||||
|
|
||||||
docdir_append = "/${PN}"
|
docdir_append = "/${BPN}"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${sysconfdir}
|
install -d ${D}${sysconfdir}
|
||||||
|
|||||||
Reference in New Issue
Block a user