diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-24 11:51:31 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-24 11:51:31 +0800 |
commit | 2531d04180f0ca29e321ab68af837bd974c746e6 (patch) | |
tree | a91e74b6d4c878e2fe193ecc84bc79f5fe4ae3d9 | |
parent | 189b6e56ab20dc05b4221ed804fd85c69b614b51 (diff) | |
download | meta-secure-core-2531d04180f0ca29e321ab68af837bd974c746e6.tar.gz |
meta-efi-secure-boot: depend on meta-perl
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/conf/layer.conf | 1 | ||||
-rw-r--r-- | meta-efi-secure-boot/recipes-perl/libfile-slurp/libfile-slurp-perl_9999.19.bb | 17 |
2 files changed, 1 insertions, 17 deletions
diff --git a/meta-efi-secure-boot/conf/layer.conf b/meta-efi-secure-boot/conf/layer.conf index e0adf94..e725335 100644 --- a/meta-efi-secure-boot/conf/layer.conf +++ b/meta-efi-secure-boot/conf/layer.conf | |||
@@ -15,4 +15,5 @@ LAYERDEPENDS_efi-secure-boot = "\ | |||
15 | core \ | 15 | core \ |
16 | openembedded-layer \ | 16 | openembedded-layer \ |
17 | signing-key \ | 17 | signing-key \ |
18 | perl-layer \ | ||
18 | " | 19 | " |
diff --git a/meta-efi-secure-boot/recipes-perl/libfile-slurp/libfile-slurp-perl_9999.19.bb b/meta-efi-secure-boot/recipes-perl/libfile-slurp/libfile-slurp-perl_9999.19.bb deleted file mode 100644 index 8e6ddc8..0000000 --- a/meta-efi-secure-boot/recipes-perl/libfile-slurp/libfile-slurp-perl_9999.19.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "Slurp entire files into variables." | ||
2 | SECTION = "libs" | ||
3 | |||
4 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
5 | LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" | ||
6 | |||
7 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz" | ||
8 | SRC_URI[md5sum] = "7d584cd15c4f8b9547765eff8c4ef078" | ||
9 | SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643" | ||
10 | |||
11 | S = "${WORKDIR}/File-Slurp-${PV}" | ||
12 | |||
13 | inherit cpan | ||
14 | |||
15 | PACKAGE_ARCH = "all" | ||
16 | |||
17 | BBCLASSEXTEND="native" | ||