diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-13 16:55:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-13 16:59:44 +0000 |
commit | 3df19b8e551d195d57a0299acfe9e6a4f79b4510 (patch) | |
tree | 24bee3b39df6bd8dfc64b8d920e2b070b43d3f1e /meta/recipes-rt | |
parent | 1fa94697163f16cdbb1499b57f1bc018546974ee (diff) | |
download | openembedded-core-contrib-3df19b8e551d195d57a0299acfe9e6a4f79b4510.tar.gz |
hwatdetect: Fix build failures from undeclared INC_PR
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb index 634b609bda1..a5d2eac5cfb 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb @@ -9,8 +9,6 @@ RRECOMMENDS_${PN} = "kernel-module-hwlat-detector" require rt-tests.inc -PR = "${INC_PR}.0" - EXTRA_OEMAKE += "PYLIB=${libdir}/python${PYTHON_BASEVERSION}/dist-packages" do_compile() { |