mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
xinit_1.3.2: Remove broken, superfluous 'FILES_${PN} += "${libdir}X11/xinit"'
Besides being clearly broken, that line is unnecessary as that file is
already being picked up from this line in xorg-app-common.inc:
FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/"
(From OE-Core rev: 45b8dcc65b46c68151093a2931cce675abb92813)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
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
30c618a3f5
commit
1a4a077fac
@@ -19,5 +19,3 @@ SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e69
|
||||
EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
|
||||
|
||||
RDEPENDS_${PN} += "util-linux-mcookie"
|
||||
|
||||
FILES_${PN} += "${libdir}X11/xinit"
|
||||
|
||||
Reference in New Issue
Block a user