mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
contacts: fix packaging of icons
(From OE-Core rev: 1f4028337d5e288e239f44ef34e1d707b785273e) (From OE-Core rev: 8bc45d72d3211df9ca846c775524176308027aea) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3b75e27536
commit
aff0c68b0f
@@ -23,7 +23,8 @@ do_install_append () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
|
FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
|
||||||
${datadir}/pixmaps/stock_person.png"
|
${datadir}/pixmaps/stock_person.png \
|
||||||
|
${datadir}/icons/hicolor"
|
||||||
|
|
||||||
SRC_URI = "file://stock_contact.png \
|
SRC_URI = "file://stock_contact.png \
|
||||||
file://stock_person.png"
|
file://stock_person.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user