diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 10:00:01 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:39 -0800 |
commit | 7c9ee243b3b5426cf049aadb19e298a65bebd86f (patch) | |
tree | e16d6ead36c072081f1623fce995c6086f936455 /meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb | |
parent | 005bd377db1e3d0cf3e1703f35b3330dd2a7804a (diff) | |
download | meta-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.bb | 22 |
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 @@ | |||
1 | SUMMARY = "smemstat reports the physical memory usage taking into consideration shared memory" | ||
2 | HOMEPAGE = "https://github.com/ColinIanKing/smemstat" | ||
3 | LICENSE = "GPL-2.0-or-later" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
6 | |||
7 | DEPENDS = "ncurses" | ||
8 | |||
9 | SRC_URI = "git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master" | ||
10 | SRCREV = "72efeb08ccdb22f57054279d25e3c522e8e1d4c3" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit bash-completion | ||
15 | |||
16 | do_compile () { | ||
17 | oe_runmake smemstat | ||
18 | } | ||
19 | |||
20 | do_install () { | ||
21 | oe_runmake DESTDIR=${D} install | ||
22 | } | ||