Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2149 from mariux64/add-multipath-tools-0.8.6-kpartx
Add kpartx from multipath-tools 0.8.6
  • Loading branch information
pmenzel committed May 27, 2021
2 parents 84cefd8 + 470bef8 commit f66c020
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
37 changes: 37 additions & 0 deletions liburcu.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION liburcu-0.12.2-0

# more info: https://liburcu.org/

SRCURL[0]="https://lttng.org/files/urcu/userspace-rcu-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
39 changes: 39 additions & 0 deletions multipath-tools.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION multipath-tools-0.8.6-0

# more info: https://github.com/opensvc/multipath-tools

# https://github.com/opensvc/multipath-tools/archive/refs/tags/0.8.6.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/254424e2402f8d9f70910ff17c46f6c1/multipath-tools-${PKGVERSION}.tar.gz"

PATCHURL+=(/src/mariux/patches/0001-libmultipath-fix-build-without-LIBDM_API_DEFERRED.patch)

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
# Only install kpartx
install -D -t ${D}${SBINDIR} kpartx/kpartx
}

#mee_install_post() {
# exit
#}

0 comments on commit f66c020

Please sign in to comment.