diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-07-30 12:02:19 +0200 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-07-30 12:02:19 +0200 |
commit | e9007b1e39424571aeff1caa37e363b1f01aea23 (patch) | |
tree | 5477e7a575459940a1659634b49479c0cabedd5a /recipes-tizen | |
parent | 5a77e2d664955f3112349047f6b17c0d3c508c3a (diff) | |
download | meta-tizen-e9007b1e39424571aeff1caa37e363b1f01aea23.tar.gz meta-tizen-e9007b1e39424571aeff1caa37e363b1f01aea23.tar.bz2 meta-tizen-e9007b1e39424571aeff1caa37e363b1f01aea23.zip |
Move ps-mem from recipes-tizen to recipes-devtools
"recipes-tizen" is only meant for generated recipes.
Change-Id: Ia3e39f9d6f544ab20666a31ecb68bf99ad4fe979
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Diffstat (limited to 'recipes-tizen')
-rw-r--r-- | recipes-tizen/ps-mem/ps-mem_git.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-tizen/ps-mem/ps-mem_git.bb b/recipes-tizen/ps-mem/ps-mem_git.bb deleted file mode 100644 index dd889322..00000000 --- a/recipes-tizen/ps-mem/ps-mem_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "An utility to accurately report the core memory usage of programs" -HOMEPAGE = "https://github.com/eurogiciel-oss/ps_mem" -SECTION = "System/System Info" -LICENSE = "LGPL-2.1" -SRC_URI = "git://github.com/eurogiciel-oss/ps_mem.git;tag=2ea36ccbad134cccc9ab1ada6aefcaec0f948d94;nobranch=1" - -S = "${WORKDIR}/git" -PRIORITY = "10" -LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" - -DEPENDS = "python" - -do_install() { - install -D -m 755 ${S}/ps_mem.py ${D}${prefix}/bin/ps_mem -} - -PACKAGES = "${PN}" - -FILES_${PN} = "${prefix}/bin/ps_mem"
\ No newline at end of file |