mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
fltk: 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:
@@ -32,7 +32,7 @@ do_configure() {
|
|||||||
|
|
||||||
python populate_packages_prepend () {
|
python populate_packages_prepend () {
|
||||||
if (d.getVar('DEBIAN_NAMES', 1)):
|
if (d.getVar('DEBIAN_NAMES', 1)):
|
||||||
d.setVar('PKG_${PN}', 'libfltk${PV}')
|
d.setVar('PKG_${BPN}', 'libfltk${PV}')
|
||||||
}
|
}
|
||||||
|
|
||||||
LEAD_SONAME = "libfltk.so"
|
LEAD_SONAME = "libfltk.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user