board-descriptor: Use variable for path to python lib
This commit is contained in:
parent
5087062a29
commit
2e6dd741a9
|
|
@ -30,8 +30,8 @@ do_install () {
|
|||
install -d ${D}${bindir}
|
||||
install -m 0755 bd.py ${D}${bindir}/bd
|
||||
|
||||
install -d ${D}${libdir}/python3.5/
|
||||
install -m 0644 descriptor.py ${D}${libdir}/python3.5/
|
||||
install -d ${D}${PYTHON_SITEPACKAGES_DIR}
|
||||
install -m 0644 descriptor.py ${D}${PYTHON_SITEPACKAGES_DIR}/
|
||||
|
||||
install -d ${D}${sysconfdir}/bd
|
||||
install -m 0644 *.json ${D}${sysconfdir}/bd/
|
||||
|
|
|
|||
Loading…
Reference in New Issue