diff options
author | Ross Burton <ross.burton@intel.com> | 2018-01-16 13:25:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-18 12:50:36 +0000 |
commit | 9d4e326aa8cabc20054d3d572c7e6b09032da2ed (patch) | |
tree | a96b667d61fda2c18a43cd1eaed1ba044339487e | |
parent | 0c0a239011515d1b62951818c1dbe43c0f474160 (diff) | |
download | poky-9d4e326aa8cabc20054d3d572c7e6b09032da2ed.tar.gz |
piglit: override install target name instead of do_install
Simply override the install target, instead of reimplementing do_install.
Apart from being neater, this also stops the recipe expecting that cmake is
using the Make backend.
(From OE-Core rev: 9fec5ef920bd63fe3cc2e623add0c7aead95ecae)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 9471bd08c4..06c5021eb7 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -41,9 +41,7 @@ do_configure_prepend() { | |||
41 | fi | 41 | fi |
42 | } | 42 | } |
43 | 43 | ||
44 | do_install() { | 44 | OECMAKE_TARGET_INSTALL = "install/strip" |
45 | oe_runmake -C ${B} 'DESTDIR=${D}' install/strip | ||
46 | } | ||
47 | 45 | ||
48 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ | 46 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ |
49 | python3-subprocess python3-misc python3-importlib \ | 47 | python3-subprocess python3-misc python3-importlib \ |