From f64a18a1c0fb9f3cd1bde2dc4b55d721ae06ca1d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 7 Sep 2015 08:54:15 +0000 Subject: xorg-driver: Fix logical && with bitwise and operation This must have been a typo which is a bug infact we should have used bitwise & in first place. (From OE-Core rev: 697c6cba6a3d8d2b942c4758a115a063f65febe9) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb') diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb index 5f3a5323a1..76682ed57d 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb @@ -24,6 +24,8 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" DEPENDS += "virtual/libx11 libdrm xf86driproto" +SRC_URI += "file://0001-drmmode_output_dpms-Replace-logical-with-bitwise-ope.patch" + SRC_URI[md5sum] = "be35daf6fa4b75092cc4a8978c437bc5" SRC_URI[sha256sum] = "db1e0e69fd4c4c8fdca5ef2cb0447bccd7518a718495876a6904bef57b39986d" -- cgit 1.2.3-korg