mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -227,6 +227,7 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\
|
|||||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany-plugins geany", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany-plugins geany", "", d)} \
|
||||||
lemon \
|
lemon \
|
||||||
flatbuffers \
|
flatbuffers \
|
||||||
|
heaptrack \
|
||||||
libubox \
|
libubox \
|
||||||
ltrace \
|
ltrace \
|
||||||
lua \
|
lua \
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user