Skip to content

Commit

Permalink
mcelog: Update version from snapshot from 2012 to 149
Browse files Browse the repository at this point in the history
Please take a look at commits in the [mcelog git repository][1].

mcelog’s build system is able to install the needed files, so the bee
install function doesn’t need to be overridden.

[1]: https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/
  • Loading branch information
pmenzel committed May 7, 2017
1 parent ddb5842 commit 03131fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mcelog.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION mcelog-0_0a6fcbd-0
# BEE_VERSION mcelog-149-0

SRCURL[0]="/home/mariux/.local/share/beeroot/downloads/mcelog-${PKGVERSION}_${PKGVERSION}a6fcbd.tar.bz2"
SRCURL[0]="https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/snapshot/mcelog-${PKGVERSION}.tar.gz"

PATCHURL[0]=""

Expand Down Expand Up @@ -32,6 +32,6 @@ PATCHURL[0]=""
# bee_build
#}

mee_install() {
start_cmd make install prefix=${D}${PREFIX} etcprefix=${D}
}
#mee_install() {
# bee_install
#}

0 comments on commit 03131fe

Please sign in to comment.