* [Buildroot] [PATCH 1/1] package/empty: bump to version 0.6.22b
@ 2022-10-21 22:08 Fabrice Fontaine
2022-10-28 6:57 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-10-21 22:08 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
- Drop EMPTY_STRIP_COMPONENTS (not needed anymore)
- Update hash of COPYRIGHT (update in year with
https://sourceforge.net/p/empty/code/ci/c308663530aba4f808b76ee6b4a4b144be9f8a84)
10.08.2022 0.6.22b
--------------------------------------------------------------------------------
* Man pages directory parameterization
* Tarball clenup, repacking
https://sourceforge.net/p/empty/code/ci/master/tree/CHANGELOG
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/empty/empty.hash | 4 ++--
package/empty/empty.mk | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/empty/empty.hash b/package/empty/empty.hash
index c5fbc2b4ac..cc74254a7a 100644
--- a/package/empty/empty.hash
+++ b/package/empty/empty.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 2fccd0faa1b3deaec1add679cbde3f34250e45872ad5df463badd4bb4edeb797 empty-0.6.21b.tgz
-sha256 f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112 COPYRIGHT
+sha256 f581d560e1fa857f5304586e3c2107b5838bcf11dedcccec4a7191fa9e261b69 empty-0.6.22b.tgz
+sha256 db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1 COPYRIGHT
diff --git a/package/empty/empty.mk b/package/empty/empty.mk
index a9b8080a8e..91d9476445 100644
--- a/package/empty/empty.mk
+++ b/package/empty/empty.mk
@@ -4,12 +4,11 @@
#
################################################################################
-EMPTY_VERSION = 0.6.21b
+EMPTY_VERSION = 0.6.22b
EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz
EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION)
EMPTY_LICENSE = BSD-3-Clause
EMPTY_LICENSE_FILES = COPYRIGHT
-EMPTY_STRIP_COMPONENTS = 0
define EMPTY_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-28 6:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 22:08 [Buildroot] [PATCH 1/1] package/empty: bump to version 0.6.22b Fabrice Fontaine
2022-10-28 6:57 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.