From 771647922b26dec5a56df9b1928c920b5e262ea9 Mon Sep 17 00:00:00 2001 From: Sinan Kaya Date: Mon, 23 Nov 2020 02:09:19 +0000 Subject: heaptrack: add bitbake recipe Add this useful tool to the devtools list. Reviewed-by: Otavio Salvador Signed-off-by: Sinan Kaya Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb (limited to 'meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb') 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 @@ +DESCRIPTION = "Heaptrack" +HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = "zlib boost libunwind elfutils" + +SRC_URI = "git://github.com/KDE/heaptrack.git;protocol=https" + +SRCREV = "bc9e3744bcc47de978673d1e382f4125a1ab5fa8" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf