diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2017-11-28 16:16:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:45:18 +0000 |
| commit | 66099defd1fcc61753eb480c3cbe57ea5a2285f5 (patch) | |
| tree | 368a2363ce910e4d735dea9ee75bf7247d07b861 /meta | |
| parent | db7df005a3259eaa9c0ec652c2eef5a57badfe31 (diff) | |
| download | poky-66099defd1fcc61753eb480c3cbe57ea5a2285f5.tar.gz | |
procps: fix two small problems
1. Fix HOMEPAGE. The old one is obsolete.
2. Remove the setting of CPPFLAGS.
It was used to support out-of-tree build. But the problem has been
fixed upstream since commit 90cc5460aa0e9ca10a0d7c8c44064fd14789f750
(build-sys: add $(top_srcdir) to include search dir).
(From OE-Core rev: 201e0b643c44ef599f7b1b0210f21d0023bc0f96)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/procps/procps_3.3.12.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/procps/procps_3.3.12.bb b/meta/recipes-extended/procps/procps_3.3.12.bb index adabd75761..99e43c5349 100644 --- a/meta/recipes-extended/procps/procps_3.3.12.bb +++ b/meta/recipes-extended/procps/procps_3.3.12.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "System and process monitoring utilities" | 1 | SUMMARY = "System and process monitoring utilities" |
| 2 | DESCRIPTION = "Procps contains a set of system utilities that provide system information about processes using \ | 2 | DESCRIPTION = "Procps contains a set of system utilities that provide system information about processes using \ |
| 3 | the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, and skill." | 3 | the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, and skill." |
| 4 | HOMEPAGE = "https://gitorious.org/procps" | 4 | HOMEPAGE = "https://gitlab.com/procps-ng/procps" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | LICENSE = "GPLv2+ & LGPLv2+" | 6 | LICENSE = "GPLv2+ & LGPLv2+" |
| 7 | LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 7 | LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| @@ -23,8 +23,6 @@ S = "${WORKDIR}/procps-ng-${PV}" | |||
| 23 | 23 | ||
| 24 | EXTRA_OECONF = "--enable-skill --disable-modern-top" | 24 | EXTRA_OECONF = "--enable-skill --disable-modern-top" |
| 25 | 25 | ||
| 26 | CPPFLAGS += "-I${S}" | ||
| 27 | |||
| 28 | do_install_append () { | 26 | do_install_append () { |
| 29 | install -d ${D}${base_bindir} | 27 | install -d ${D}${base_bindir} |
| 30 | [ "${bindir}" != "${base_bindir}" ] && for i in ${base_bindir_progs}; do mv ${D}${bindir}/$i ${D}${base_bindir}/$i; done | 28 | [ "${bindir}" != "${base_bindir}" ] && for i in ${base_bindir_progs}; do mv ${D}${bindir}/$i ${D}${base_bindir}/$i; done |
