Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #948 from mariux64/update-gcb-8.1-to-8.2
gdb: Update from 8.1 to 8.2
  • Loading branch information
pmenzel committed Oct 31, 2018
2 parents 8fb77e8 + 1deb7a8 commit 8e4eeb4
Showing 1 changed file with 5 additions and 33 deletions.
38 changes: 5 additions & 33 deletions gdb.be0
@@ -1,44 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION gdb-8.1-0
# BEE_VERSION gdb-8.2-0

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src

###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -47,9 +19,9 @@ SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --with-python=no
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 8e4eeb4

Please sign in to comment.