diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-07-28 14:39:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:07 +0100 |
commit | eac846b559066c041f09895e2b4e4a7498e30d94 (patch) | |
tree | cfa1d237eef5366a7ec44701b9ce778b8eca4193 /meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | |
parent | f606c5279063121f6fbae7e5291808f83cc89ed4 (diff) | |
download | poky-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-fb_1.0.0.bb')
-rw-r--r-- | meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb new file mode 100644 index 0000000000..455d31e872 --- /dev/null +++ b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | EGLINFO_PLATFORM ?= "fb" | ||
2 | EGLINFO_BINARY_NAME ?= "eglinfo-fb" | ||
3 | |||
4 | include eglinfo.inc | ||
5 | |||
6 | SUMMARY += "(Framebuffer version)" | ||