From patchwork Mon Mar 19 17:53:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] lttng-2.0: fix compiliation error Date: Mon, 19 Mar 2012 17:53:56 -0000 From: Bruce Ashfield X-Patchwork-Id: 23817 Message-Id: To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org, saul.wold@intel.com Richard/Saul, Here's a fix for the recent lttng-2.0 modules build error that was reported. The recent -stable update created a collision with is_compat_task() that was already being defined as a fallback within lttng 2.0. I've made a patch fix, versus updating lttng-2.0 .. since churning this package would be a good idea right now. Cheers, Bruce The following changes since commit a9873f12e5ba11e1307440901d07e9642e9f53bf: pigz: Ensure DEPENDS on zlib exists for native and target versions (2012-03-19 14:37:46 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel compliation error with 3.2.x -stable kernels ...ls-protect-is_compat_task-from-redefiniti.patch | 41 ++++++++++++++++++++ .../lttng-2.0/lttng-modules_2.0.pre11.bb | 3 +- 2 files changed, 43 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-kernel/lttng-2.0/lttng-modules/lttng-sycalls-protect-is_compat_task-from-redefiniti.patch