All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] heaptrack: add bitbake recipe
@ 2020-11-21  3:11 Sinan Kaya
  2020-11-21  3:14 ` [OE-core] " Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Sinan Kaya @ 2020-11-21  3:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sinan Kaya

Add this useful tool to the devtools list.

Signed-off-by: Sinan Kaya <okaya@kernel.org>
---
 .../heaptrack/heaptrack_git.bb                | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 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..143274d816
--- /dev/null
+++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Heaptrack"
+HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/"
+LICENSE = "LGPL-2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+PR = "r0"
+
+DEPENDS = "zlib boost libunwind elfutils"
+
+SRC_URI = "git://github.com/KDE/heaptrack.git;protocol=https"
+
+SRCREV = "f8d9e665196614b606eaab9c6fc81d65a88a2af1"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE += " -DHEAPTRACK_BUILD_GUI=OFF"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [meta-oe][PATCH v2] heaptrack: add bitbake recipe
  2020-11-21  3:11 [meta-oe][PATCH v2] heaptrack: add bitbake recipe Sinan Kaya
@ 2020-11-21  3:14 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2020-11-21  3:14 UTC (permalink / raw)
  To: Sinan Kaya; +Cc: Patches and discussions about the oe-core layer

Em sáb., 21 de nov. de 2020 às 00:11, Sinan Kaya <okaya@kernel.org> escreveu:
>
> Add this useful tool to the devtools list.
>
> Signed-off-by: Sinan Kaya <okaya@kernel.org>
> ---
>  .../heaptrack/heaptrack_git.bb                | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 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..143274d816
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_git.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Heaptrack"
> +HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/"
> +LICENSE = "LGPL-2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> +PR = "r0"

PR as r0 is the default, please drop.

After doing it, please add:

Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-21  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21  3:11 [meta-oe][PATCH v2] heaptrack: add bitbake recipe Sinan Kaya
2020-11-21  3:14 ` [OE-core] " Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.