diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-01-25 12:42:00 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-01-28 10:02:36 -0800 |
| commit | 037adba72ec091a94fc4ba3e9334dd341aab97f2 (patch) | |
| tree | 36ed62082e534be782e69792fdd489251c47ad8a /recipes-security | |
| parent | 3e9b32c714fb2e7c10b0b474ff7fd4f204512b66 (diff) | |
| download | meta-security-037adba72ec091a94fc4ba3e9334dd341aab97f2.tar.gz | |
buck-security: fix rdebends and minor style cleanup
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/buck-security/buck-security_0.7.bb | 50 |
1 files changed, 16 insertions, 34 deletions
diff --git a/recipes-security/buck-security/buck-security_0.7.bb b/recipes-security/buck-security/buck-security_0.7.bb index 3733c88..f6cbe3c 100644 --- a/recipes-security/buck-security/buck-security_0.7.bb +++ b/recipes-security/buck-security/buck-security_0.7.bb | |||
| @@ -4,33 +4,6 @@ system. This enables you to quickly overview the security status of your Linux s | |||
| 4 | SECTION = "security" | 4 | SECTION = "security" |
| 5 | LICENSE = "GPL-2.0" | 5 | LICENSE = "GPL-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
| 7 | RDEPENDS_${PN} = "coreutils \ | ||
| 8 | gnupg \ | ||
| 9 | net-tools \ | ||
| 10 | perl \ | ||
| 11 | perl-module-data-dumper \ | ||
| 12 | perl-module-file-basename \ | ||
| 13 | perl-module-file-spec \ | ||
| 14 | perl-module-getopt-long \ | ||
| 15 | perl-module-lib \ | ||
| 16 | perl-module-posix \ | ||
| 17 | perl-module-term-ansicolor \ | ||
| 18 | perl-module-time-localtime \ | ||
| 19 | pinentry \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN}_class-native = "coreutils \ | ||
| 23 | net-tools \ | ||
| 24 | perl \ | ||
| 25 | perl-module-data-dumper \ | ||
| 26 | perl-module-file-basename \ | ||
| 27 | perl-module-file-spec \ | ||
| 28 | perl-module-getopt-long \ | ||
| 29 | perl-module-lib \ | ||
| 30 | perl-module-posix \ | ||
| 31 | perl-module-term-ansicolor \ | ||
| 32 | perl-module-time-localtime \ | ||
| 33 | " | ||
| 34 | 7 | ||
| 35 | SRC_URI = "http://sourceforge.net/projects/buck-security/files/buck-security/buck-security_${PV}/${BPN}_${PV}.tar.gz" | 8 | SRC_URI = "http://sourceforge.net/projects/buck-security/files/buck-security/buck-security_${PV}/${BPN}_${PV}.tar.gz" |
| 36 | 9 | ||
| @@ -39,13 +12,8 @@ SRC_URI[sha256sum] = "c533c6631ec3554dd8d39d2d1c3ed44badbbf50810ebb75469c74639fa | |||
| 39 | 12 | ||
| 40 | S = "${WORKDIR}/${BPN}_${PV}" | 13 | S = "${WORKDIR}/${BPN}_${PV}" |
| 41 | 14 | ||
| 42 | do_configure() { | 15 | do_configure[noexec] = "1" |
| 43 | : | 16 | do_compile[noexec] = "1" |
| 44 | } | ||
| 45 | |||
| 46 | do_compile() { | ||
| 47 | : | ||
| 48 | } | ||
| 49 | 17 | ||
| 50 | do_install() { | 18 | do_install() { |
| 51 | install -d ${D}${bindir}/buck | 19 | install -d ${D}${bindir}/buck |
| @@ -60,4 +28,18 @@ do_install() { | |||
| 60 | 28 | ||
| 61 | FILES_${PN} = "${bindir}/*" | 29 | FILES_${PN} = "${bindir}/*" |
| 62 | 30 | ||
| 31 | RDEPENDS_${PN} = "coreutils gnupg net-tools perl perl-module-data-dumper \ | ||
| 32 | perl-module-file-basename perl-module-file-spec perl-module-getopt-long \ | ||
| 33 | perl-module-lib perl-module-posix perl-module-term-ansicolor \ | ||
| 34 | perl-module-time-localtime pinentry perl-module-pod-usage \ | ||
| 35 | perl-module-pod-text \ | ||
| 36 | " | ||
| 37 | |||
| 38 | RDEPENDS_${PN}_class-native = "coreutils net-tools perl perl-module-data-dumper \ | ||
| 39 | perl-module-file-basename perl-module-file-spec perl-module-getopt-long \ | ||
| 40 | perl-module-lib perl-module-posix perl-module-term-ansicolor \ | ||
| 41 | perl-module-time-localtime \ | ||
| 42 | " | ||
| 43 | |||
| 44 | |||
| 63 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
