Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gdb: update 10.1 to 11.1
- fixed SRCURL
- remove binutils conflicting files
```
[BEE] Conflicts with installed package found: gdb-10.1-0.x86_64:
[BEE]     /usr/lib/libctf-nobfd.a
[BEE]     /usr/lib/libctf.a
```
  • Loading branch information
wwwutz committed Oct 7, 2021
1 parent 6f0ebcd commit b3b5626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gdb.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gdb-10.1-0
# BEE_VERSION gdb-11.1-0

SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
# SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/257cb0f67927f79acf636d8c01e19990/gdb-11.1.tar.xz"

# PATCHURL+=()

Expand Down Expand Up @@ -34,9 +35,8 @@ mee_install() {
bee_install
rm ${D}/usr/share/info/{annotate,bfd,stabs}.info
rm ${D}/usr/share/info/dir
rm ${D}/usr/lib/lib{bfd,opcodes}.{a,la}
rm ${D}/usr/lib/lib{ctf,ctf-nobfd,opcodes,bfd}.{a,la}
rm -rf ${D}/usr/share/locale
rm -rf ${D}/usr/include
rm -rf ${D}/usr/share/gdb/system-gdbinit
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit b3b5626

Please sign in to comment.