diff options
| -rw-r--r-- | common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb | 2 | ||||
| -rw-r--r-- | common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb index 5dc208de..8de006d9 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb | |||
| @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf | |||
| 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 = "libxcb-dri2" | 20 | RDEPENDS_${PN} = "libxcb-dri2" |
| 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. |
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb index ec7c32e0..ed49b4d9 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | |||
| @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf | |||
| 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 = "libxcb-dri2" | 20 | RDEPENDS_${PN} = "libxcb-dri2" |
| 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. |
