diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2008-12-05 16:55:53 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-12-05 16:56:09 +0100 |
commit | c1d81f147f1e737257c7f557b70fd3f2a87ebf21 (patch) | |
tree | 28266a91f80ec5b78e5fb4a17cc9d6e1fa51b64c /packages/oprofile/oprofile.inc | |
parent | 3e999b1786ebbbc5175889bd544e83684595ea7a (diff) |
oprofile: ship only ARCH related support - saves 1.8MB (from BugLabs)
Diffstat (limited to 'packages/oprofile/oprofile.inc')
-rw-r--r-- | packages/oprofile/oprofile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/oprofile/oprofile.inc b/packages/oprofile/oprofile.inc index 45bf256c64..a55c223219 100644 --- a/packages/oprofile/oprofile.inc +++ b/packages/oprofile/oprofile.inc @@ -35,3 +35,7 @@ do_configure () { # --with-qt-includes where the Qt includes are. # --with-qt-libraries where the Qt library is installed. +OPROFILE_ARCH = "${TARGET_ARCH}" +OPROFILE_ARCH_i586 = "i386" + +FILES_${PN} = "${bindir} ${datadir}/oprofile/rtc ${datadir}/oprofile/stl.pat ${datadir}/oprofile/${OPROFILE_ARCH}" |