WESTON-INIT: come back to weston init instead of weston-conf
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
parent
0548d5e822
commit
e759c95d9b
|
|
@ -1,7 +0,0 @@
|
||||||
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
|
||||||
SRC_URI_append_stm32mpcommon = " file://weston.ini "
|
|
||||||
|
|
||||||
do_install_append_stm32mpcommon() {
|
|
||||||
mkdir -p ${D}/${sysconfdir}/xdg/weston
|
|
||||||
install -m 0644 ${WORKDIR}/weston.ini ${D}/${sysconfdir}/xdg/weston
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI_append_stm32mpcommon = " file://weston.ini "
|
||||||
Loading…
Reference in New Issue