* [Buildroot] [PATCH] php-geoip: fix legal info
@ 2016-05-10 13:15 Gustavo Zacarias
2016-05-10 13:55 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-05-10 13:15 UTC (permalink / raw)
To: buildroot
The LICENSE file is gone, so use the lone .c source fle. Fixes:
http://autobuild.buildroot.net/results/acd/acd763e7eefb8be2bbd0bf973bb7855fceee7377/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/php-geoip/php-geoip.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/php-geoip/php-geoip.mk b/package/php-geoip/php-geoip.mk
index 93dcf01..cda8d4e 100644
--- a/package/php-geoip/php-geoip.mk
+++ b/package/php-geoip/php-geoip.mk
@@ -11,7 +11,7 @@ PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
# phpize does the autoconf magic
PHP_GEOIP_DEPENDENCIES = geoip php host-autoconf
PHP_GEOIP_LICENSE = PHP
-PHP_GEOIP_LICENSE_FILES = LICENSE
+PHP_GEOIP_LICENSE_FILES = geoip.c
define PHP_GEOIP_PHPIZE
(cd $(@D); \
--
2.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] php-geoip: fix legal info
2016-05-10 13:15 [Buildroot] [PATCH] php-geoip: fix legal info Gustavo Zacarias
@ 2016-05-10 13:55 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-05-10 13:55 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 10 May 2016 10:15:31 -0300, Gustavo Zacarias wrote:
> The LICENSE file is gone, so use the lone .c source fle. Fixes:
> http://autobuild.buildroot.net/results/acd/acd763e7eefb8be2bbd0bf973bb7855fceee7377/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/php-geoip/php-geoip.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-10 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-10 13:15 [Buildroot] [PATCH] php-geoip: fix legal info Gustavo Zacarias
2016-05-10 13:55 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox