On 21.11.20 04:17, Sinan Kaya wrote:
Reviewed-by: Otavio Salvador <[email protected]> Signed-off-by: Sinan Kaya <[email protected]> --- .../heaptrack/heaptrack_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/heaptrack/heaptrack_git.bbdiff --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..efee3bbec4 --- /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 = "f8d9e665196614b606eaab9c6fc81d65a88a2af1"
Why this very outdated version?Latest tag (1.2.0) points to https://github.com/KDE/heaptrack/commit/bc9e3744bcc47de978673d1e382f4125a1ab5fa8
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE += " -DHEAPTRACK_BUILD_GUI=OFF"
the leading space is not needed IMO
+ +BBCLASSEXTEND = "native nativesdk"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144897): https://lists.openembedded.org/g/openembedded-core/message/144897 Mute This Topic: https://lists.openembedded.org/mt/78405447/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
