wok rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
parents dcdfcafe039a
children d2d5d001c23f
files protobuf-dev/receipt protobuf-python/receipt protobuf/receipt
line diff
     1.1 --- a/protobuf-dev/receipt	Wed Jun 12 13:34:23 2019 +0100
     1.2 +++ b/protobuf-dev/receipt	Wed Jun 12 13:36:14 2019 +0100
     1.3 @@ -20,3 +20,4 @@
     1.4  	cp -a $install/usr/lib/*.*a		$fs/usr/lib
     1.5  	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
     1.6  }
     1.7 +
     2.1 --- a/protobuf-python/receipt	Wed Jun 12 13:34:23 2019 +0100
     2.2 +++ b/protobuf-python/receipt	Wed Jun 12 13:36:14 2019 +0100
     2.3 @@ -27,3 +27,4 @@
     2.4  {
     2.5  	cp -a $install/* $fs
     2.6  }
     2.7 +
     3.1 --- a/protobuf/receipt	Wed Jun 12 13:34:23 2019 +0100
     3.2 +++ b/protobuf/receipt	Wed Jun 12 13:36:14 2019 +0100
     3.3 @@ -12,7 +12,7 @@
     3.4  WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
     3.5  
     3.6  DEPENDS="gcc83-lib-base"
     3.7 -BUILD_DEPENDS="automakegcc83 libtool"
     3.8 +BUILD_DEPENDS="automake gcc83 libtool"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()