summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2020-02-04 07:06:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-04 18:43:08 +0000
commitb3d2fb6ab143059180689f0da169d5e43d39f338 (patch)
tree7cded23a53c2fc13d5f23b2de9cc43c35900cce2 /meta/recipes-graphics
parent175e6cb75ce328d51a9d4ad18c7e09d9fb92c2e1 (diff)
downloadpoky-b3d2fb6ab143059180689f0da169d5e43d39f338.tar.gz
core: recipes: fix some native tools dependencies
Some native tools dependency issues were seen while building with external GCC tool-set rather than source GCC tool-set. While building with source tool-set these dependencies were implicitly met which is not the case with external tool-set. So explicitly state these native tools dependencies. (From OE-Core rev: 534b4a63299c6d74662c9d035238a0adb19cd1c7) Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-app/xorg-app-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc
index 3529cb26ef..211e399cf0 100644
--- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc
+++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc
@@ -12,6 +12,6 @@ INC_PR = "r8"
12 12
13SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" 13SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2"
14 14
15inherit autotools pkgconfig distro_features_check 15inherit autotools pkgconfig distro_features_check gettext
16 16
17FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" 17FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/"