mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
contacts: fix packaging of icons
(From OE-Core rev: 1f4028337d5e288e239f44ef34e1d707b785273e) 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
55a738ea0c
commit
f9735f3bac
@@ -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