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 14:54:10 +0100 |
commit | d50c44585e72057532b8e0d9221ebf058e514672 (patch) | |
tree | 05ec32ac5f5a0e952d18dffe83ab3b478064ab2b /meta/recipes-kernel/oprofile/oprofile.inc | |
parent | 4c41954227144606d2d22fbdf07231f4c7207ac5 (diff) | |
download | openembedded-core-d50c44585e72057532b8e0d9221ebf058e514672.tar.gz openembedded-core-d50c44585e72057532b8e0d9221ebf058e514672.tar.bz2 openembedded-core-d50c44585e72057532b8e0d9221ebf058e514672.zip |
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]
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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}" FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" -INC_PR = "r0" +INC_PR = "r1" SRC_URI = "file://opstart.patch \ file://oprofile-no-query-modules.patch \ + file://oprofile-root.patch \ file://acinclude.m4" inherit autotools |