summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 10:00:01 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:39 -0800
commit7c9ee243b3b5426cf049aadb19e298a65bebd86f (patch)
treee16d6ead36c072081f1623fce995c6086f936455 /meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb
parent005bd377db1e3d0cf3e1703f35b3330dd2a7804a (diff)
downloadmeta-openembedded-7c9ee243b3b5426cf049aadb19e298a65bebd86f.tar.gz
smemstat: upgrade 0.02.12 -> 0.02.13
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb')
-rw-r--r--meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb b/meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb
deleted file mode 100644
index 46dc94154..000000000
--- a/meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "smemstat reports the physical memory usage taking into consideration shared memory"
2HOMEPAGE = "https://github.com/ColinIanKing/smemstat"
3LICENSE = "GPL-2.0-or-later"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7DEPENDS = "ncurses"
8
9SRC_URI = "git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master"
10SRCREV = "72efeb08ccdb22f57054279d25e3c522e8e1d4c3"
11
12S = "${WORKDIR}/git"
13
14inherit bash-completion
15
16do_compile () {
17 oe_runmake smemstat
18}
19
20do_install () {
21 oe_runmake DESTDIR=${D} install
22}