Skip to content

Update ca-certs from 2014 to 20170612 #398

Merged
merged 3 commits into from
Jun 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions ca-certs-20140527-3.bee → ca-certs.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION ca-certs-20170612-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]=""
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

mee_build() {
Expand All @@ -62,9 +64,9 @@ mee_build() {
mee_install() {
mkdir -p ${D}${SYSCONFDIR}/ssl/certs
install -m 644 *.pem *.0 ${D}${SYSCONFDIR}/ssl/certs

install -m 644 ca-bundle.crt ${D}${SYSCONFDIR}/ssl/ca-bundle.crt

}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down