diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-03-07 18:39:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-10 04:36:51 +0000 |
commit | b3be3323a03eadace05a609262bf041d915ebafd (patch) | |
tree | 6fa847ea3ac190f4725a16fd3d840f32a9e0c820 /meta/recipes-kernel/perf | |
parent | 4b9b66fb8448ceb3d96d46a3c3012884952768cc (diff) | |
download | poky-b3be3323a03eadace05a609262bf041d915ebafd.tar.gz |
perf: rename perf.inc to perf-features.inc
The contents of perf.inc are really specific to perf features and
shouldn't use the generic perf.inc name, which implies common recipe
code. It's always confusing to open up this file and find out that's
not what it is.
(From OE-Core rev: 4a98bd02ab8918e639353829b221b0c4b6c58165)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r-- | meta/recipes-kernel/perf/perf-features.inc (renamed from meta/recipes-kernel/perf/perf.inc) | 0 | ||||
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.inc b/meta/recipes-kernel/perf/perf-features.inc index b8859ab7d5..b8859ab7d5 100644 --- a/meta/recipes-kernel/perf/perf.inc +++ b/meta/recipes-kernel/perf/perf-features.inc | |||
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 22feb462dc..3c499224c7 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
11 | 11 | ||
12 | PR = "r8" | 12 | PR = "r8" |
13 | 13 | ||
14 | require perf.inc | 14 | require perf-features.inc |
15 | 15 | ||
16 | BUILDPERF_libc-uclibc = "no" | 16 | BUILDPERF_libc-uclibc = "no" |
17 | 17 | ||