diff options
author | John Klug <john.klug@multitech.com> | 2021-04-22 03:41:08 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-22 09:31:36 -0500 |
commit | 99c25fb3748757048849b94d3284871d1c4a6f3a (patch) | |
tree | 25d1bed0270d15e3b2a6d0fa1eff78f32e8ffc55 /recipes-support/ca-certificates | |
parent | 52832982df0da46818640a3d6fd116aa8b740f95 (diff) | |
download | meta-mlinux-99c25fb3748757048849b94d3284871d1c4a6f3a.tar.gz meta-mlinux-99c25fb3748757048849b94d3284871d1c4a6f3a.tar.bz2 meta-mlinux-99c25fb3748757048849b94d3284871d1c4a6f3a.zip |
Toybox patch breaks busybox
Diffstat (limited to 'recipes-support/ca-certificates')
-rw-r--r-- | recipes-support/ca-certificates/ca-certificates_20210119.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-support/ca-certificates/ca-certificates_20210119.bb b/recipes-support/ca-certificates/ca-certificates_20210119.bb index 888a235..0211702 100644 --- a/recipes-support/ca-certificates/ca-certificates_20210119.bb +++ b/recipes-support/ca-certificates/ca-certificates_20210119.bb @@ -7,6 +7,8 @@ SECTION = "misc" LICENSE = "GPL-2.0+ & MPL-2.0" LIC_FILES_CHKSUM = "file://debian/copyright;md5=ae5b36b514e3f12ce1aa8e2ee67f3d7e" +PR = "r1" + # This is needed to ensure we can run the postinst at image creation time DEPENDS = "" DEPENDS_class-native = "openssl-native" @@ -16,10 +18,10 @@ PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" SRCREV = "181be7ebd169b4a6fb5d90c3e6dc791e90534144" +# Toybox patch breaks busybox SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \ file://0002-update-ca-certificates-use-SYSROOT.patch \ file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ - file://update-ca-certificates-support-Toybox.patch \ file://default-sysroot.patch \ file://sbindir.patch \ file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \ |