mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
xf86-driver-common.inc: remove .la files to avoid unpackaged warning
(From OE-Core rev: 09cd132222a4331c2dfe65575b7b893e6117223e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
58e17f2717
commit
61bca46ac8
@@ -5,7 +5,7 @@ SECTION = "x11/drivers"
|
||||
LICENSE = "MIT-X"
|
||||
|
||||
PE = "1"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros"
|
||||
|
||||
@@ -27,3 +27,7 @@ do_configure_prepend () {
|
||||
mv configure.ac.new configure.ac
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
# driver's la files are not packaged
|
||||
rm -f ${D}${libdir}/xorg/modules/drivers/*.la
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user