busybox: show reproducible timestamp
[openwrt/staging/ynezz.git] / package / utils / busybox / Makefile
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Copyright (C) 2006-2021 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=busybox
8 PKG_VERSION:=1.33.1
9 PKG_RELEASE:=$(AUTORELEASE)
10 PKG_FLAGS:=essential
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
13 PKG_SOURCE_URL:=https://www.busybox.net/downloads \
14 http://sources.buildroot.net
15 PKG_HASH:=12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28
16
17 PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
18 PKG_BUILD_PARALLEL:=1
19 PKG_CHECK_FORMAT_SECURITY:=0
20
21 #Busybox use it's own PIE config flag and LDFLAGS are used with ld, not gcc.
22 PKG_ASLR_PIE:=0
23
24 PKG_LICENSE:=GPL-2.0
25 PKG_LICENSE_FILES:=LICENSE archival/libarchive/bz/LICENSE
26 PKG_CPE_ID:=cpe:/a:busybox:busybox
27
28 BUSYBOX_SYM=$(if $(CONFIG_BUSYBOX_CUSTOM),CONFIG,DEFAULT)
29 BUSYBOX_IF_ENABLED=$(if $(CONFIG_BUSYBOX_$(BUSYBOX_SYM)_$(1)),$(2))
30
31 ifneq ($(CONFIG_BUSYBOX_$(BUSYBOX_SYM)_FEATURE_SUID),)
32 PKG_FILE_MODES:=/bin/busybox:root:root:4755
33 endif
34
35 include $(INCLUDE_DIR)/package.mk
36
37 ifeq ($(DUMP),)
38 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | $(MKHASH) md5)
39 endif
40
41 # All files provided by busybox will serve as fallback alternatives by opkg.
42 # There should be no need to enumerate ALTERNATIVES entries here
43 define Package/busybox/Default
44 SECTION:=base
45 CATEGORY:=Base system
46 MAINTAINER:=Felix Fietkau <nbd@nbd.name>
47 TITLE:=Core utilities for embedded Linux
48 URL:=http://busybox.net/
49 DEPENDS:=+BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter
50 USERID:=ntp=123:ntp=123
51 endef
52
53 define Package/busybox
54 $(call Package/busybox/Default)
55 CONFLICTS:=busybox-selinux
56 VARIANT:=default
57 endef
58
59 define Package/busybox-selinux
60 $(call Package/busybox/Default)
61 TITLE += with SELinux support
62 DEPENDS += +libselinux
63 VARIANT:=selinux
64 PROVIDES:=busybox
65 endef
66
67 define Package/busybox/description
68 The Swiss Army Knife of embedded Linux.
69 It slices, it dices, it makes Julian Fries.
70 endef
71
72 define Package/busybox/config
73 source "$(SOURCE)/Config.in"
74 endef
75
76 ifdef CONFIG_BUSYBOX_CONFIG_FEATURE_SYSLOG
77 define Package/busybox/conffiles
78 /etc/syslog.conf
79 endef
80
81 Package/busybox-selinux/conffiles = $(Package/busybox/conffiles)
82 endif
83
84 ifndef CONFIG_USE_MUSL
85 LDLIBS:=m crypt
86 endif
87
88 LDLIBS += $(call BUSYBOX_IF_ENABLED,PAM,pam pam_misc pthread)
89 ifeq ($(CONFIG_USE_GLIBC),y)
90 LDLIBS += $(call BUSYBOX_IF_ENABLED,NSLOOKUP_OPENWRT,resolv)
91 endif
92
93 ifeq ($(BUILD_VARIANT),selinux)
94 LDLIBS += selinux sepol
95 endif
96
97 TARGET_CFLAGS += -flto
98 TARGET_LDFLAGS += -flto=jobserver -fuse-linker-plugin
99
100 MAKE_VARS :=
101 MAKE_FLAGS += \
102 EXTRA_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
103 EXTRA_LDFLAGS="$(TARGET_LDFLAGS)" \
104 LDLIBS="$(LDLIBS)" \
105 LD="$(TARGET_CC)" \
106 SKIP_STRIP=y
107 ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
108 MAKE_FLAGS += V=1
109 endif
110
111 define Build/Configure
112 rm -f $(PKG_BUILD_DIR)/.config
113 touch $(PKG_BUILD_DIR)/.config
114 ifeq ($(DEVICE_TYPE),nas)
115 echo "CONFIG_HDPARM=y" >> $(PKG_BUILD_DIR)/.config
116 endif
117 ifeq ($(BUILD_VARIANT),selinux)
118 cat $(TOPDIR)/$(SOURCE)/selinux.config >> $(PKG_BUILD_DIR)/.config
119 endif
120 grep 'CONFIG_BUSYBOX_$(BUSYBOX_SYM)' $(TOPDIR)/.config | sed -e "s,\\(# \)\\?CONFIG_BUSYBOX_$(BUSYBOX_SYM)_\\(.*\\),\\1CONFIG_\\2,g" >> $(PKG_BUILD_DIR)/.config
121 yes 'n' | $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) oldconfig
122 endef
123
124 define Build/Compile
125 $(call Build/Compile/Default, \
126 CONFIG_PREFIX="$(PKG_INSTALL_DIR)" \
127 all install \
128 )
129 endef
130
131 define Package/busybox/install
132 $(INSTALL_DIR) $(1)/etc/init.d
133 $(INSTALL_DIR) $(1)/usr/sbin
134 $(CP) $(PKG_INSTALL_DIR)/* $(1)/
135 ifneq ($(CONFIG_BUSYBOX_$(BUSYBOX_SYM)_CROND),)
136 $(INSTALL_BIN) ./files/cron $(1)/etc/init.d/cron
137 endif
138 ifneq ($(CONFIG_BUSYBOX_$(BUSYBOX_SYM)_NTPD),)
139 $(INSTALL_BIN) ./files/sysntpd $(1)/etc/init.d/sysntpd
140 $(INSTALL_BIN) ./files/ntpd-hotplug $(1)/usr/sbin/ntpd-hotplug
141 $(INSTALL_DIR) $(1)/etc/capabilities $(1)/usr/share/acl.d
142 $(INSTALL_DATA) ./files/ntpd.capabilities $(1)/etc/capabilities/ntpd.json
143 $(INSTALL_DATA) ./files/ntpd_acl.json $(1)/usr/share/acl.d/ntpd.json
144 endif
145 -rm -rf $(1)/lib64
146 endef
147
148 Package/busybox-selinux/install = $(Package/busybox/install)
149
150 $(eval $(call BuildPackage,busybox))
151 $(eval $(call BuildPackage,busybox-selinux))