Skip to content

Commit

Permalink
Merge pull request #376 from mariux64/update-mdadm-from-3.3.4-to-4.0
Browse files Browse the repository at this point in the history
Update mdadm from 3.3.4 to 4.0
  • Loading branch information
thomas authored May 11, 2017
2 parents b696b47 + f97974a commit 6c118dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdadm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mdadm-3.3.4-0
# BEE_VERSION mdadm-4.0-0

## The source URL(s) array
SRCURL[0]="https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-${PKGVERSION}.tar.xz"
Expand Down Expand Up @@ -32,7 +32,7 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-${PKGVERSION}
#}

mee_build() {
bee_build everything
bee_build -j1 everything
}

## mee_install() should install into "${D}"
Expand Down

0 comments on commit 6c118dc

Please sign in to comment.