diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/psmisc/psmisc_23.7.bb | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc_23.7.bb b/meta/recipes-extended/psmisc/psmisc_23.7.bb index e1dde7dafb..d96eaf5fe8 100644 --- a/meta/recipes-extended/psmisc/psmisc_23.7.bb +++ b/meta/recipes-extended/psmisc/psmisc_23.7.bb | |||
| @@ -8,11 +8,15 @@ processes identified by name. The fuser command identifies the PIDs \ | |||
| 8 | of processes that are using specified files or filesystems." | 8 | of processes that are using specified files or filesystems." |
| 9 | SECTION = "base" | 9 | SECTION = "base" |
| 10 | DEPENDS = "ncurses virtual/libintl" | 10 | DEPENDS = "ncurses virtual/libintl" |
| 11 | LICENSE = "GPL-2.0-only" | ||
| 12 | 11 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz" | 12 | LICENSE = "GPL-2.0-only" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/psmisc-${PV}" | 15 | SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \ |
| 16 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ | ||
| 17 | " | ||
| 18 | SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c" | ||
| 19 | S = "${WORKDIR}/git" | ||
| 16 | 20 | ||
| 17 | inherit autotools gettext | 21 | inherit autotools gettext |
| 18 | 22 | ||
| @@ -57,11 +61,3 @@ ALTERNATIVE:killall = "killall" | |||
| 57 | ALTERNATIVE:fuser = "fuser" | 61 | ALTERNATIVE:fuser = "fuser" |
| 58 | 62 | ||
| 59 | ALTERNATIVE:pstree = "pstree" | 63 | ALTERNATIVE:pstree = "pstree" |
| 60 | LICENSE = "GPL-2.0-only" | ||
| 61 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 62 | |||
| 63 | SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \ | ||
| 64 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ | ||
| 65 | " | ||
| 66 | SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c" | ||
| 67 | S = "${WORKDIR}/git" | ||
