diff options
-rw-r--r-- | common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb index 705b1203..4add5fbd 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | |||
@@ -7,7 +7,7 @@ to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.18\" to your \ | |||
7 | local.conf in order to enable it in a build." | 7 | local.conf in order to enable it in a build." |
8 | LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18" | 8 | LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18" |
9 | LICENSE_FLAGS = "license_${PN}_${PV}" | 9 | LICENSE_FLAGS = "license_${PN}_${PV}" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" | 12 | EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" |
13 | EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" | 13 | EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" |
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=7ce256e6a3 | |||
17 | file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8" | 17 | file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8" |
18 | 18 | ||
19 | DEPENDS = "rpm-native xz-native" | 19 | DEPENDS = "rpm-native xz-native" |
20 | RDEPENDS_${PN} = "libxcb-dri2 cairo" | 20 | RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg" |
21 | 21 | ||
22 | # Add the ABI dependency at package generation time, as otherwise bitbake will | 22 | # Add the ABI dependency at package generation time, as otherwise bitbake will |
23 | # attempt to find a provider for it (and fail) when it does the parse. | 23 | # attempt to find a provider for it (and fail) when it does the parse. |