summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb')
-rw-r--r--meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
index 7bda3b50..ebb58911 100644
--- a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
+++ b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
@@ -88,6 +88,15 @@ FILES_${PN} += "${datadir}/doc/pvr-bin-cdv-${PVR-BIN-REV_LIC}/license.txt"
88 88
89RDEPENDS_${PN} = "xserver-xorg-module-exa" 89RDEPENDS_${PN} = "xserver-xorg-module-exa"
90 90
91# Add the ABI dependency at package generation time, as otherwise bitbake will
92# attempt to find a provider for it (and fail) when it does the parse.
93#
94# This version *must* be kept correct.
95python populate_packages_prepend() {
96 pn = d.getVar("PN", True)
97 d.appendVar("RDEPENDS_" + pn, " xorg-abi-video-8")
98}
99
91TARGET_CC_ARCH += "${CFLAGS}{LDFLAGS}" 100TARGET_CC_ARCH += "${CFLAGS}{LDFLAGS}"
92INSANE_SKIP_${PN} += "ldflags" 101INSANE_SKIP_${PN} += "ldflags"
93INSANE_SKIP_${PN}-dbg += "ldflags" 102INSANE_SKIP_${PN}-dbg += "ldflags"