mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
64cb51fdb6
commit
4afda201ed
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user