mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
gnome-desktop: Fix python path in scripts to use target path
(From OE-Core rev: 22fd67f854f70f79ea94af11c61ef63939d54ac2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b1f7734f54
commit
7eb6cf467e
@@ -11,7 +11,11 @@ do_configure_prepend () {
|
||||
|
||||
FILES_${PN} += "${datadir}/gnome-about"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
inherit gnome pkgconfig
|
||||
|
||||
do_install_append () {
|
||||
sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user