generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
40
package/gob2/0001-dont-include-from-prefix.patch
Normal file
40
package/gob2/0001-dont-include-from-prefix.patch
Normal file
@ -0,0 +1,40 @@
|
||||
[PATCH] Don't search $prefix/include for header files
|
||||
|
||||
Don't add $prefix/include to the header file search path, as that breaks
|
||||
cross compilation (build $prefix/include isn't the same as target
|
||||
$prefix/include).
|
||||
|
||||
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
||||
---
|
||||
src/Makefile.am | 3 +--
|
||||
src/Makefile.in | 3 +--
|
||||
2 files changed, 2 insertions(+), 4 deletions(-)
|
||||
|
||||
Index: gob2-2.0.15/src/Makefile.am
|
||||
===================================================================
|
||||
--- gob2-2.0.15.orig/src/Makefile.am
|
||||
+++ gob2-2.0.15/src/Makefile.am
|
||||
@@ -17,8 +17,7 @@ INCLUDES = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir) \
|
||||
- -I$(top_srcdir)/src \
|
||||
- -I$(includedir)
|
||||
+ -I$(top_srcdir)/src
|
||||
|
||||
if NOINSTGOB
|
||||
noinst_PROGRAMS = @NOINSTGOB@
|
||||
Index: gob2-2.0.15/src/Makefile.in
|
||||
===================================================================
|
||||
--- gob2-2.0.15.orig/src/Makefile.in
|
||||
+++ gob2-2.0.15/src/Makefile.in
|
||||
@@ -193,8 +193,7 @@ INCLUDES = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir) \
|
||||
- -I$(top_srcdir)/src \
|
||||
- -I$(includedir)
|
||||
+ -I$(top_srcdir)/src
|
||||
|
||||
@NOINSTGOB_TRUE@noinst_PROGRAMS = @NOINSTGOB@
|
||||
@NOINSTGOB_FALSE@bin_PROGRAMS = @INSTGOB@
|
||||
4
package/gob2/gob2.hash
Normal file
4
package/gob2/gob2.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026 gob2-2.0.20.tar.xz
|
||||
sha256 b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf COPYING
|
||||
sha256 7222386392eecf784e2f0c406f412f238cb6d25865a8447ae0947b32bb569889 COPYING.generated-code
|
||||
17
package/gob2/gob2.mk
Normal file
17
package/gob2/gob2.mk
Normal file
@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# gob2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GOB2_VERSION = 2.0.20
|
||||
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.xz
|
||||
GOB2_SITE = http://ftp.5z.com/pub/gob
|
||||
GOB2_LICENSE = GPL-2.0+
|
||||
GOB2_LICENSE_FILES = COPYING COPYING.generated-code
|
||||
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# gob2 for the host
|
||||
GOB2_HOST_BINARY = $(HOST_DIR)/bin/gob2
|
||||
Reference in New Issue
Block a user