Skip to content

Update mcelog from v149 to v170 #1833

Merged
merged 2 commits into from
Jun 23, 2020
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
6 changes: 5 additions & 1 deletion mcelog.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mcelog-149-0
# BEE_VERSION mcelog-170-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 @@ -53,6 +53,10 @@ SRCURL[0]="https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/snapshot/mcel
# bee_patch "${@}"
#}

mee_configure_pre() {
start_cmd echo ${PKGVERSION} > .os_version
}

#mee_configure() {
# bee_configure
#}
Expand Down