* [Buildroot] [PATCH 1/1] python-yieldfrom: fix wrong package name in license
@ 2018-04-06 10:20 Asaf Kahlon
2018-04-06 10:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Asaf Kahlon @ 2018-04-06 10:20 UTC (permalink / raw)
To: buildroot
Fix the _LICENSE and _LICENSE_FILES variables, that were mistakenly
created with PYTHON_JSONMODELS instead of PYTHON_YIELDFROM
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-yieldfrom/python-yieldfrom.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/python-yieldfrom/python-yieldfrom.mk b/package/python-yieldfrom/python-yieldfrom.mk
index 2e775b3133..cb4a05d83a 100644
--- a/package/python-yieldfrom/python-yieldfrom.mk
+++ b/package/python-yieldfrom/python-yieldfrom.mk
@@ -8,8 +8,8 @@ PYTHON_YIELDFROM_VERSION = 1.0.3
PYTHON_YIELDFROM_SOURCE = yieldfrom-$(PYTHON_YIELDFROM_VERSION).tar.gz
PYTHON_YIELDFROM_SITE = https://pypi.python.org/packages/de/2d/05524f368e691846824d962b64f983e3fde9b8c10839e7efbc1b51d42de3
PYTHON_YIELDFROM_SETUP_TYPE = setuptools
-PYTHON_JSONMODELS_LICENSE = MIT
-PYTHON_JSONMODELS_LICENSE_FILES = LICENSE
+PYTHON_YIELDFROM_LICENSE = MIT
+PYTHON_YIELDFROM_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))
--
2.16.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] python-yieldfrom: fix wrong package name in license
2018-04-06 10:20 [Buildroot] [PATCH 1/1] python-yieldfrom: fix wrong package name in license Asaf Kahlon
@ 2018-04-06 10:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-04-06 10:42 UTC (permalink / raw)
To: buildroot
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:
> Fix the _LICENSE and _LICENSE_FILES variables, that were mistakenly
> created with PYTHON_JSONMODELS instead of PYTHON_YIELDFROM
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Heh, funny that nobody noticed.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-06 10:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-06 10:20 [Buildroot] [PATCH 1/1] python-yieldfrom: fix wrong package name in license Asaf Kahlon
2018-04-06 10:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox