[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-17-g5f038473f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-10-05 15:03:38
|
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, master has been updated
via 5f038473f1b2312c266b9ab6138ca089484d15fc (commit)
from c06a182a727e888a4c7f5eb1a569c67744e90088 (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 5f038473f1b2312c266b9ab6138ca089484d15fc
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Oct 5 17:03:03 2018 +0200
[BUILDROOT] 2017.02: add beep package
-----------------------------------------------------------------------
Summary of changes:
.../2017.02/046-armadeus-add-beep-package.patch | 62 ++++++++++++++++++++++
patches/buildroot/2017.02/cleanup_buildroot.sh | 3 ++
.../2018.02/046-armadeus-add-beep-package.tocheck | 62 ++++++++++++++++++++++
3 files changed, 127 insertions(+)
create mode 100644 patches/buildroot/2017.02/046-armadeus-add-beep-package.patch
create mode 100644 patches/buildroot/2018.02/046-armadeus-add-beep-package.tocheck
diff --git a/patches/buildroot/2017.02/046-armadeus-add-beep-package.patch b/patches/buildroot/2017.02/046-armadeus-add-beep-package.patch
new file mode 100644
index 000000000..e954d05c3
--- /dev/null
+++ b/patches/buildroot/2017.02/046-armadeus-add-beep-package.patch
@@ -0,0 +1,62 @@
+Add beep command line tool.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/beep/Config.in
+===================================================================
+--- /dev/null
++++ buildroot/package/beep/Config.in
+@@ -0,0 +1,7 @@
++config BR2_PACKAGE_BEEP
++ bool "beep"
++ help
++ beep is a command line tool to send beep command
++ to terminals or input devices.
++
++ https://github.com/johnath/beep
+Index: buildroot/package/beep/beep.mk
+===================================================================
+--- /dev/null
++++ buildroot/package/beep/beep.mk
+@@ -0,0 +1,22 @@
++################################################################################
++#
++# beep
++#
++################################################################################
++
++BEEP_VERSION = 0d790fa45777896749a885c3b93b2c1476d59f20
++BEEP_SITE = $(call github,johnath,beep,$(BEEP_VERSION))
++BEEP_LICENSE = GPLv2.0
++BEEP_LICENSE_FILES = COPYING
++
++define BEEP_BUILD_CMDS
++ $(TARGET_MAKE_ENV) $(MAKE1) CC="$(TARGET_CC) \
++ $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
++ -C $(@D)
++endef
++
++define BEEP_INSTALL_TARGET_CMDS
++ $(INSTALL) -m 0755 -D $(@D)/beep $(TARGET_DIR)/usr/bin/beep
++endef
++
++$(eval $(generic-package))
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in
++++ buildroot/package/Config.in
+@@ -1759,6 +1759,7 @@ comment "Shells"
+ source "package/zsh/Config.in"
+ comment "Utilities"
+ source "package/at/Config.in"
++ source "package/beep/Config.in"
+ source "package/ccrypt/Config.in"
+ source "package/crudini/Config.in"
+ source "package/dialog/Config.in"
+Index: buildroot/package/beep/beep.hash
+===================================================================
+--- /dev/null
++++ buildroot/package/beep/beep.hash
+@@ -0,0 +1,2 @@
++# Locally computed
++sha256 1c31dc081d6871f7de7ac8d66b6b4e3220623fc02fee98ede38981044ce18e21 beep-0d790fa45777896749a885c3b93b2c1476d59f20.tar.gz
diff --git a/patches/buildroot/2017.02/cleanup_buildroot.sh b/patches/buildroot/2017.02/cleanup_buildroot.sh
index 661794a2e..c635ec0fe 100755
--- a/patches/buildroot/2017.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2017.02/cleanup_buildroot.sh
@@ -26,6 +26,9 @@ rm -rf buildroot/package/agg/agg.mk
rm -rf buildroot/package/alsa-utils/alsa-utils.mk
rm -rf buildroot/package/apf-config/Config.in
rm -rf buildroot/package/apf-config/apf-config.mk
+rm -rf buildroot/package/beep/Config.in
+rm -rf buildroot/package/beep/beep.hash
+rm -rf buildroot/package/beep/beep.mk
rm -rf buildroot/package/beremiz/Config.in
rm -rf buildroot/package/beremiz/beremiz.mk
rm -rf buildroot/package/beremiz/host-beremiz-fix_compare_and_swap_problem_to_be_removed_with_kernel_3.1.patch
diff --git a/patches/buildroot/2018.02/046-armadeus-add-beep-package.tocheck b/patches/buildroot/2018.02/046-armadeus-add-beep-package.tocheck
new file mode 100644
index 000000000..e954d05c3
--- /dev/null
+++ b/patches/buildroot/2018.02/046-armadeus-add-beep-package.tocheck
@@ -0,0 +1,62 @@
+Add beep command line tool.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/beep/Config.in
+===================================================================
+--- /dev/null
++++ buildroot/package/beep/Config.in
+@@ -0,0 +1,7 @@
++config BR2_PACKAGE_BEEP
++ bool "beep"
++ help
++ beep is a command line tool to send beep command
++ to terminals or input devices.
++
++ https://github.com/johnath/beep
+Index: buildroot/package/beep/beep.mk
+===================================================================
+--- /dev/null
++++ buildroot/package/beep/beep.mk
+@@ -0,0 +1,22 @@
++################################################################################
++#
++# beep
++#
++################################################################################
++
++BEEP_VERSION = 0d790fa45777896749a885c3b93b2c1476d59f20
++BEEP_SITE = $(call github,johnath,beep,$(BEEP_VERSION))
++BEEP_LICENSE = GPLv2.0
++BEEP_LICENSE_FILES = COPYING
++
++define BEEP_BUILD_CMDS
++ $(TARGET_MAKE_ENV) $(MAKE1) CC="$(TARGET_CC) \
++ $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
++ -C $(@D)
++endef
++
++define BEEP_INSTALL_TARGET_CMDS
++ $(INSTALL) -m 0755 -D $(@D)/beep $(TARGET_DIR)/usr/bin/beep
++endef
++
++$(eval $(generic-package))
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in
++++ buildroot/package/Config.in
+@@ -1759,6 +1759,7 @@ comment "Shells"
+ source "package/zsh/Config.in"
+ comment "Utilities"
+ source "package/at/Config.in"
++ source "package/beep/Config.in"
+ source "package/ccrypt/Config.in"
+ source "package/crudini/Config.in"
+ source "package/dialog/Config.in"
+Index: buildroot/package/beep/beep.hash
+===================================================================
+--- /dev/null
++++ buildroot/package/beep/beep.hash
+@@ -0,0 +1,2 @@
++# Locally computed
++sha256 1c31dc081d6871f7de7ac8d66b6b4e3220623fc02fee98ede38981044ce18e21 beep-0d790fa45777896749a885c3b93b2c1476d59f20.tar.gz
hooks/post-receive
--
armadeus
|