[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-187-gc5121bb
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-02-10 17:03:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via c5121bb5346a3b91c8665b2251107c795317c3c1 (commit)
from cef494e7f913152ef2dc62ce961392d0b8dafb6f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5121bb5346a3b91c8665b2251107c795317c3c1
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Feb 10 18:00:13 2017 +0100
[BUILDROOT] package/armadeus/drivers-helpers: rename TARGETS to PACKAGES
Since BR commit 8a58e02 ("Makefile: rename TARGETS to PACKAGES"), BR use
PACKAGES var instead of TARGETS. Update our makefile accordingly.
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/drivers-helpers/drivers-helpers.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot/package/armadeus/drivers-helpers/drivers-helpers.mk b/buildroot/package/armadeus/drivers-helpers/drivers-helpers.mk
index c290be7..d41ce25 100644
--- a/buildroot/package/armadeus/drivers-helpers/drivers-helpers.mk
+++ b/buildroot/package/armadeus/drivers-helpers/drivers-helpers.mk
@@ -40,5 +40,5 @@ armadeus-drivers-helpers-clean:
#
#############################################################
# Always installed by default
-TARGETS+=armadeus-drivers-helpers
+PACKAGES += armadeus-drivers-helpers
hooks/post-receive
--
armadeus
|