diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xorg-driver-common.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 493b90a298..65c5e3c48a 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -10,7 +10,7 @@ DEPENDS = "virtual/xserver xorgproto util-macros" | |||
10 | 10 | ||
11 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" | 11 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" |
12 | 12 | ||
13 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 13 | FILES:${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
14 | 14 | ||
15 | XORGBUILDCLASS ??= "autotools" | 15 | XORGBUILDCLASS ??= "autotools" |
16 | inherit ${XORGBUILDCLASS} pkgconfig features_check | 16 | inherit ${XORGBUILDCLASS} pkgconfig features_check |
@@ -20,7 +20,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
20 | 20 | ||
21 | # FIXME: We don't want to include the libtool archives (*.la) from modules | 21 | # FIXME: We don't want to include the libtool archives (*.la) from modules |
22 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am | 22 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am |
23 | do_install_append() { | 23 | do_install:append() { |
24 | find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f -- | 24 | find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f -- |
25 | } | 25 | } |
26 | 26 | ||
@@ -38,6 +38,6 @@ def _add_xorg_abi_depends(d, name): | |||
38 | abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0]) | 38 | abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0]) |
39 | 39 | ||
40 | pn = d.getVar("PN") | 40 | pn = d.getVar("PN") |
41 | d.appendVar('RDEPENDS_' + pn, ' ' + abi) | 41 | d.appendVar('RDEPENDS:' + pn, ' ' + abi) |
42 | 42 | ||
43 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | 43 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" |