summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-07-28 14:39:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 07:34:07 +0100
commiteac846b559066c041f09895e2b4e4a7498e30d94 (patch)
treecfa1d237eef5366a7ec44701b9ce778b8eca4193 /meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
parentf606c5279063121f6fbae7e5291808f83cc89ed4 (diff)
downloadpoky-eac846b559066c041f09895e2b4e4a7498e30d94.tar.gz
eglinfo: change version from 1.0 to 1.0.0 to match the upstream git tag
(From OE-Core rev: 45f4c6ab9de8fb73de94b969f6fc7b582c35910b) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
new file mode 100644
index 0000000000..3427fdf420
--- /dev/null
+++ b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
@@ -0,0 +1,12 @@
1EGLINFO_PLATFORM ?= "x11"
2EGLINFO_BINARY_NAME ?= "eglinfo-x11"
3
4include eglinfo.inc
5
6DEPENDS += "virtual/libx11"
7
8inherit distro_features_check
9# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11"
11
12SUMMARY += "(X11 version)"