android-tools: update to 5.1.0_r1.
This commit is contained in:
parent
548b0825d0
commit
b05250f141
2 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ index 000000000000..00ce75b2f4ad
|
|||
+CPPFLAGS+= -DHAVE_OFF64_T=1
|
||||
+CPPFLAGS+= -std=gnu99
|
||||
+
|
||||
+LIBS+= -lz -ldl
|
||||
+LIBS+= -lz -ldl -lpcre
|
||||
+
|
||||
+OBJS= $(SRCS:.c=.o)
|
||||
+
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'android-tools'
|
||||
pkgname=android-tools
|
||||
version=5.0.2_r1
|
||||
revision=2
|
||||
version=5.1.0_r1
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
makedepends="zlib-devel libressl-devel>=2.1.4"
|
||||
makedepends="zlib-devel libressl-devel>=2.1.4 pcre-devel"
|
||||
short_desc="Android platform tools (adb and fastboot)"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="Apache-2.0 BSD"
|
||||
|
|
Loading…
Reference in a new issue