diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-03-19 13:53:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 20:28:45 +0000 |
commit | da0719704036b3a1292afeaa976b64e5e7390472 (patch) | |
tree | 9427ce703c3a68e026f2348039ae2547f559965a /meta/recipes-devtools/apt/apt-native_0.7.14.bb | |
parent | a9873f12e5ba11e1307440901d07e9642e9f53bf (diff) | |
download | poky-da0719704036b3a1292afeaa976b64e5e7390472.tar.gz |
lttng-modules: fix compliation error with 3.2.x -stable kernels
recent -stable kernels have their own fallback definition of is_compat_task
#define is_compat_task() (0)
To protect against this double definition of is_compat_task we can check
to see if it is already defined, and skip the lttng variant.
(From OE-Core rev: 53db58982b7af59d75fc11b73475e9d71e6927ac)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt-native_0.7.14.bb')
0 files changed, 0 insertions, 0 deletions