Skip to content

Commit

Permalink
Merge pull request #3227 from mariux64/add-libbpf-1.5.0-and-pahole-1.30
Browse files Browse the repository at this point in the history
Add libbpf 1.5.0 and pahole 1.30
  • Loading branch information
pmenzel authored Apr 14, 2025
2 parents bdfdb46 + 77205e0 commit aa6f8ba
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
36 changes: 36 additions & 0 deletions libbpf.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION libbpf-1.5.0-0

#SRCURL[0]="https://github.com/libbpf/libbpf/archive/refs/tags/v${PKGVERSION}.tar.gz libbpf-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a5bb7d7b06174e5d2f4b755a28332f87/libbpf-1.5.0.tar.gz"

# 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
#}
37 changes: 37 additions & 0 deletions pahole.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION pahole-1.30-0

#SRCURL[0]="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3787b1177acbe92388853cf0b8ce26f2/pahole-1.30.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
-DLIBBPF_EMBEDDED=OFF
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit aa6f8ba

Please sign in to comment.