diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-09 12:07:09 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 20:27:01 +0100 |
| commit | a8c3bc8f1198494ad60b52c8c92fdc8a8224bba0 (patch) | |
| tree | e740f927e9450bce1a2800e4b14cd8eb31aad55b /meta/recipes-kernel/perf/perf_3.4.bb | |
| parent | d668ed4b32a7104f46aea69ad8486fdc90bf2c14 (diff) | |
| download | poky-a8c3bc8f1198494ad60b52c8c92fdc8a8224bba0.tar.gz | |
perf: add perf.inc
Add a perf.inc to contain utility functions and definitions and to
avoid cluttering up the main recipe.
(From OE-Core rev: 414d00be5b350ea84fc7e1ff690f78b3396cfcd0)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf/perf_3.4.bb')
| -rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 381332e7b7..d49424309d 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
| @@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
| 11 | 11 | ||
| 12 | PR = "r1" | 12 | PR = "r1" |
| 13 | 13 | ||
| 14 | require perf.inc | ||
| 15 | |||
| 14 | BUILDPERF_libc-uclibc = "no" | 16 | BUILDPERF_libc-uclibc = "no" |
| 15 | 17 | ||
| 16 | DEPENDS = "virtual/kernel \ | 18 | DEPENDS = "virtual/kernel \ |
