Lakshminarayana R. Kammath | a33d550 | 2019-05-17 02:17:30 -0500 | [diff] [blame] | 1 | SUMMARY = "Recipe for enabling hostboot-debug-tools" |
| 2 | DESCRIPTION = "Support to enable running hostboot-debug-tools" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | PR = "r1" |
| 5 | |
| 6 | inherit allarch |
| 7 | |
| 8 | RDEPENDS_${PN} = " \ |
| 9 | perl perl-module-pod-text perl-module-lib \ |
| 10 | perl-module-constant \ |
| 11 | perl-module-errno perl-module-fcntl \ |
| 12 | perl-module-file-basename perl-module-file-copy \ |
| 13 | perl-module-file-find perl-module-file-glob \ |
| 14 | perl-module-file-path perl-module-file-spec \ |
| 15 | perl-module-file-temp perl-module-getopt-long \ |
| 16 | perl-module-re perl-module-text-wrap \ |
| 17 | perl-module-posix perl-module-bigint \ |
| 18 | perl-module-integer \ |
| 19 | " |
| 20 | |
| 21 | ALLOW_EMPTY_${PN} = "1" |