This repository has been archived by the owner on Jan 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
gperftools: new recipe #308
Open
hundeboll
wants to merge
2
commits into
oe-lite:master
Choose a base branch
from
hundeboll:gperftools
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
DESCRIPTION = "Fast, multi-threaded malloc() and nifty performance analysis tools" | ||
HOMEPAGE = "http://code.google.com/p/gperftools/" | ||
LICENSE = "BSD" | ||
DEPENDS = "libunwind libpthread" | ||
COMPATIBLE_HOST_ARCHS = ".*linux" | ||
|
||
inherit autotools c++ auto-package-libs | ||
AUTO_PACKAGE_LIBS = "profiler tcmalloc tcmalloc_minimal tcmalloc_debug tcmalloc_minimal_debug tcmalloc_and_profiler" | ||
AUTO_PACKAGE_LIBS_DEPENDS = "libc libgcc-s libm libstdc++" | ||
AUTO_PACKAGE_LIBS_RDEPENDS = "libc libgcc-s libm libstdc++" | ||
LIBRARY_VERSION = "4" | ||
LIBRARY_VERSION_${PN}-libprofiler = "0" | ||
|
||
DEPENDS_${PN} = "libc libgcc-s libm libpthread libstdc++" | ||
RDEPENDS_${PN} = "libc libgcc-s libm libpthread libstdc++" | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. += here |
||
|
||
DEPENDS_${PN}-libtcmalloc += "libpthread" | ||
RDEPENDS_${PN}-libtcmalloc += "libpthread" | ||
|
||
DEPENDS_${PN}-libtcmalloc-minimal += "libpthread" | ||
RDEPENDS_${PN}-libtcmalloc-minimal += "libpthread" | ||
|
||
DEPENDS_${PN}-libtcmalloc-debug += "libpthread" | ||
RDEPENDS_${PN}-libtcmalloc-debug += "libpthread" | ||
|
||
DEPENDS_${PN}-libtcmalloc-minimal-debug += "libpthread" | ||
RDEPENDS_${PN}-libtcmalloc-minimal-debug += "libpthread" | ||
|
||
DEPENDS_${PN}-libtcmalloc-and-profiler += "libpthread" | ||
RDEPENDS_${PN}-libtcmalloc-and-profiler += "libpthread" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
require gperftools.inc | ||
|
||
SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/gperftools/gperftools-2.4.tar.gz/2171cea3bbe053036fb5d5d25176a160/gperftools-2.4.tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
13b904d0d1f220e43e4495f3403ee280c6da26ea gperftools-2.4.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program" | ||
HOMEPAGE = "http://www.nongnu.org/libunwind" | ||
LICENSE = "MIT" | ||
COMPATIBLE_HOST_ARCHS = ".*linux" | ||
|
||
inherit c++ autotools library auto-package-libs | ||
|
||
SRC_URI = "http://download.savannah.nongnu.org/releases/${PN}/${PN}-${PV}.tar.gz" | ||
|
||
AUTO_PACKAGE_LIBS = "unwind-ptrace unwind-arm unwind-coredump unwind-setjmp" | ||
AUTO_PACKAGE_LIBS_DEPENDS = "libc libgcc-s" | ||
AUTO_PACKAGE_LIBS_RDEPENDS = "libc libgcc-s" | ||
|
||
LIBRARY_VERSION = "8" | ||
LIBRARY_VERSION_${PN}-libunwind-coredump = "0" | ||
LIBRARY_VERSION_${PN}-libunwind-ptrace = "0" | ||
LIBRARY_VERSION_${PN}-libunwind-setjmp = "0" | ||
|
||
DEPENDS_${PN} = "libc libgcc-s" | ||
RDEPENDS_${PN} = "libc libgcc-s" | ||
DEPENDS_${PN}-libunwind-arm = "libunwind" | ||
RDEPENDS_${PN}-libunwind-arm = "libunwind" | ||
DEPENDS_${PN}-libunwind-setjmp = "libunwind libunwind-arm" | ||
RDEPENDS_${PN}-libunwind-setjmp = "libunwind libunwind-arm" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. += here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
require libunwind.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aa04e6a7164aef754415b3b5e9453985741dd99e libunwind-1.1.tar.gz |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no such license :) pick on from spdx.org , probably BSD-3-Clause