diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-07-02 14:20:21 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 17:40:35 +0100 |
commit | f47c151aea7ba32fa47d5a889e3f4ec619f9340f (patch) | |
tree | 96f4ff65ef409c2806aa755e19695549dedd1f34 /meta/recipes-kernel/oprofile/oprofile.inc | |
parent | 2933dc1f1732c1662c7fff9c50692b66c2eea720 (diff) | |
download | poky-f47c151aea7ba32fa47d5a889e3f4ec619f9340f.tar.gz |
oprofile: Change /root to /home/root
OE uses /home/root instead of /root for the root user's directory. Update
oprofile to match.
Upstream-status: Inappropriate [OE Specific]
(From OE-Core rev: d50c44585e72057532b8e0d9221ebf058e514672)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 73a5a07d14..ac8ce10440 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc | |||
@@ -19,10 +19,11 @@ FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" | |||
19 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" | 19 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" |
20 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | 20 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" |
21 | 21 | ||
22 | INC_PR = "r0" | 22 | INC_PR = "r1" |
23 | 23 | ||
24 | SRC_URI = "file://opstart.patch \ | 24 | SRC_URI = "file://opstart.patch \ |
25 | file://oprofile-no-query-modules.patch \ | 25 | file://oprofile-no-query-modules.patch \ |
26 | file://oprofile-root.patch \ | ||
26 | file://acinclude.m4" | 27 | file://acinclude.m4" |
27 | 28 | ||
28 | inherit autotools | 29 | inherit autotools |