Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
OPROFILE_VERSION = 1.1.0
|
||||
OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-$(OPROFILE_VERSION)
|
||||
OPROFILE_LICENSE = GPLv2+
|
||||
OPROFILE_LICENSE = GPL-2.0+
|
||||
OPROFILE_LICENSE_FILES = COPYING
|
||||
OPROFILE_CONF_OPTS = \
|
||||
--disable-account-check \
|
||||
@@ -41,12 +41,6 @@ ifeq ($(BR2_PACKAGE_LIBPFM4),y)
|
||||
OPROFILE_DEPENDENCIES += libpfm4
|
||||
endif
|
||||
|
||||
# When gettext is enabled, popt links with -lintl, specifies it in its
|
||||
# popt.pc and has done so for the past 6+ years. But oprofile does not
|
||||
# use pkconfig to find popt, so misses -lintl, which is important for
|
||||
# a static build. We have to do the call to pkgconfig manually...
|
||||
OPROFILE_CONF_ENV += LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs popt`"
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),)
|
||||
define OPROFILE_INSTALL_SHARED_LIBRARY
|
||||
$(INSTALL) -m 755 $(@D)/libopagent/.libs/*.so* $(TARGET_DIR)/usr/lib/oprofile
|
||||
|
||||
Reference in New Issue
Block a user