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:50 +0000 |
commit | f8593b6520a691a6b864dc87e7b8755671b2ede2 (patch) | |
tree | e59ed112dbdc139c8e47d0952fa6468e59cd62ae /meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb | |
parent | ee151ed6bc16312733c67b91bbf65959309b640d (diff) | |
download | poky-f8593b6520a691a6b864dc87e7b8755671b2ede2.tar.gz |
hwatdetect: Fix build failures from undeclared INC_PR
(From OE-Core rev: 3df19b8e551d195d57a0299acfe9e6a4f79b4510)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb')
-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 634b609bda..a5d2eac5cf 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" | |||
9 | 9 | ||
10 | require rt-tests.inc | 10 | require rt-tests.inc |
11 | 11 | ||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | EXTRA_OEMAKE += "PYLIB=${libdir}/python${PYTHON_BASEVERSION}/dist-packages" | 12 | EXTRA_OEMAKE += "PYLIB=${libdir}/python${PYTHON_BASEVERSION}/dist-packages" |
15 | 13 | ||
16 | do_compile() { | 14 | do_compile() { |