diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-driver-common.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc index 550423b0f8..6ff1391c71 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc | |||
| @@ -5,7 +5,7 @@ SECTION = "x11/drivers" | |||
| 5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
| 6 | 6 | ||
| 7 | PE = "1" | 7 | PE = "1" |
| 8 | PR = "r0" | 8 | PR = "r1" |
| 9 | 9 | ||
| 10 | DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" | 10 | DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" |
| 11 | 11 | ||
| @@ -27,3 +27,7 @@ do_configure_prepend () { | |||
| 27 | mv configure.ac.new configure.ac | 27 | mv configure.ac.new configure.ac |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | do_install_append () { | ||
| 31 | # driver's la files are not packaged | ||
| 32 | rm -f ${D}${libdir}/xorg/modules/drivers/*.la | ||
| 33 | } | ||
