mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
oprofile: bump to version 0.9.7 and fixes
* Bump to version 0.9.7 * Style fixes * Build fix for x86: i386 is expected, not some other random i?86 as arch Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
48391acd2c
commit
2a56a141e0
@ -3,25 +3,26 @@
|
|||||||
# oprofile
|
# oprofile
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
OPROFILE_VERSION := 0.9.6
|
|
||||||
OPROFILE_CONF_OPT := --localstatedir=/var \
|
|
||||||
--with-kernel-support
|
|
||||||
|
|
||||||
OPROFILE_BINARIES := utils/ophelp
|
OPROFILE_VERSION = 0.9.7
|
||||||
OPROFILE_BINARIES += pp/opannotate pp/oparchive pp/opgprof pp/opreport opjitconv/opjitconv
|
OPROFILE_CONF_OPT = --localstatedir=/var --with-kernel-support
|
||||||
OPROFILE_BINARIES += daemon/oprofiled
|
OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof
|
||||||
|
OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled
|
||||||
|
|
||||||
|
ifeq ($(BR2_i386),y)
|
||||||
|
OPROFILE_ARCH = i386
|
||||||
|
endif
|
||||||
ifeq ($(BR2_powerpc),y)
|
ifeq ($(BR2_powerpc),y)
|
||||||
OPROFILE_ARCH := ppc
|
OPROFILE_ARCH = ppc
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_x86_64),y)
|
ifeq ($(BR2_x86_64),y)
|
||||||
OPROFILE_ARCH := x86-64
|
OPROFILE_ARCH = x86-64
|
||||||
endif
|
endif
|
||||||
ifeq ($(OPROFILE_ARCH),)
|
ifeq ($(OPROFILE_ARCH),)
|
||||||
OPROFILE_ARCH := $(BR2_ARCH)
|
OPROFILE_ARCH = $(BR2_ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OPROFILE_DEPENDENCIES := popt binutils
|
OPROFILE_DEPENDENCIES = popt binutils
|
||||||
|
|
||||||
define OPROFILE_INSTALL_TARGET_CMDS
|
define OPROFILE_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -d -m 755 $(TARGET_DIR)/usr/bin
|
$(INSTALL) -d -m 755 $(TARGET_DIR)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user