diff options
| author | Sinan Kaya <okaya@kernel.org> | 2020-11-23 02:09:19 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-23 07:09:34 -0800 |
| commit | 771647922b26dec5a56df9b1928c920b5e262ea9 (patch) | |
| tree | 75df538e1790ee9a6424cc52e14219efa81c52a1 /meta-oe/recipes-devtools | |
| parent | d67b8e191e6ddc61094a94a2e315fbe5bfc3d072 (diff) | |
| download | meta-openembedded-771647922b26dec5a56df9b1928c920b5e262ea9.tar.gz | |
heaptrack: add bitbake recipe
Add this useful tool to the devtools list.
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Sinan Kaya <okaya@kernel.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb new file mode 100644 index 0000000000..30d7b65bd7 --- /dev/null +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Heaptrack" | ||
| 2 | HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/" | ||
| 3 | LICENSE = "LGPL-2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | DEPENDS = "zlib boost libunwind elfutils" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/KDE/heaptrack.git;protocol=https" | ||
| 9 | |||
| 10 | SRCREV = "bc9e3744bcc47de978673d1e382f4125a1ab5fa8" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit cmake | ||
| 15 | |||
| 16 | EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
