mirror of
https://github.com/Fishwaldo/meta-pine64.git
synced 2025-03-15 19:41:59 +00:00
Fix a few packages and bump kde-gear
This commit is contained in:
parent
0772d1f62a
commit
1689a6cfb0
4 changed files with 8 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ layers
|
|||
meta-*
|
||||
wip/*
|
||||
.*
|
||||
setup.sh
|
||||
scripts/*
|
|
@ -27,4 +27,8 @@ DEPENDS = " \
|
|||
FILES:${PN}-dev += " \
|
||||
${libdir}/libQt5TextToSpeech.prl \
|
||||
${libdir}/mkspecs/modules/ \
|
||||
"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${libdir}/plugins/texttospeech/ \
|
||||
"
|
|
@ -27,7 +27,7 @@ DEPENDS = " \
|
|||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/speech-dispatcher \
|
||||
${libdir}/python3.11/site-packages \
|
||||
${libdir}/python3.*/site-packages \
|
||||
${libdir}/speech-dispatcher \
|
||||
${systemd_system_unitdir}/speech-dispatcherd.service \
|
||||
"
|
||||
|
|
2
setup.sh
2
setup.sh
|
@ -31,7 +31,7 @@ layers['yocto-meta-kf5']='https://github.com/Fishwaldo/yocto-meta-kf5.git|master
|
|||
layers['yocto-meta-kde']='https://github.com/Fishwaldo/yocto-meta-kde.git|master|1ba0b84e783b4a5ec83cf883181622538566eb9c'
|
||||
layers['meta-python2']='https://git.openembedded.org/meta-python2|kirkstone|f02882e2aa9279ca7becca8d0cedbffe88b5a253'
|
||||
layers['meta-java']='https://github.com/meta-java/meta-java.git|kirkstone|8bf79fc2002bb83c6439d25bb63e4206894c2d10'
|
||||
layers['meta-kde-gear']='https://github.com/Fishwaldo/meta-kde-gear.git|master|ef3e2564fa8b75abffaa2f61a2b63b5c83d9840e'
|
||||
layers['meta-kde-gear']='https://github.com/Fishwaldo/meta-kde-gear.git|master|7d1b94ae504e69b9e80f0eb3283293b95a131f0e'
|
||||
layers['meta-clang']='https://github.com/kraj/meta-clang.git|kirkstone|71321ddf78ea522b87a6b4bffefb14c988a6d921'
|
||||
layers['meta-lts-rust']='https://git.yoctoproject.org/git/meta-lts-mixins|kirkstone/rust-1.68|feed1bb0eb4aefb701d582156d7defb0c1fc0473'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue