* [Buildroot] [PATCH 1/1] package/procps-ng: Fix install, procps-ng does not use /usr/bin anymore
@ 2016-02-01 5:21 Bernd Kuhls
2016-02-01 8:06 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-02-01 5:21 UTC (permalink / raw)
To: buildroot
We do not need to move binaries around anymore since this commit:
https://gitlab.com/procps-ng/procps/commit/430b559ba2826f80dffa840622ae0fc744000b13
Fixes
http://autobuild.buildroot.net/results/ab7/ab7ed83d60823c1b023c7b76fcbe9c20d537ed4c//
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/procps-ng/procps-ng.mk | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/package/procps-ng/procps-ng.mk b/package/procps-ng/procps-ng.mk
index e0e89c4..febe5fb 100644
--- a/package/procps-ng/procps-ng.mk
+++ b/package/procps-ng/procps-ng.mk
@@ -19,18 +19,6 @@ PROCPS_NG_GETTEXTIZE = YES
# wins the fight over who gets to have their utils actually installed.
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
PROCPS_NG_DEPENDENCIES += busybox
-# Also overwrite the remaining busybox symlinks for tools which are now
-# provided by procps-ng and got installed in /usr/bin instead of /bin.
-# Currently these tools are only pidof and watch. We only need to do
-# this if the /usr/bin and /bin directories are not merged.
-ifeq ($(BR2_ROOTFS_MERGED_USR),)
-define PROCPS_NG_MOVE_BINARIES
- for i in pidof watch; do \
- mv $(TARGET_DIR)/usr/bin/$$i $(TARGET_DIR)/bin/; \
- done
-endef
-PROCPS_NG_POST_INSTALL_TARGET_HOOKS += PROCPS_NG_MOVE_BINARIES
-endif
endif
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
--
2.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/procps-ng: Fix install, procps-ng does not use /usr/bin anymore
2016-02-01 5:21 [Buildroot] [PATCH 1/1] package/procps-ng: Fix install, procps-ng does not use /usr/bin anymore Bernd Kuhls
@ 2016-02-01 8:06 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-02-01 8:06 UTC (permalink / raw)
To: buildroot
Bernd,
On Mon, 1 Feb 2016 06:21:36 +0100, Bernd Kuhls wrote:
> We do not need to move binaries around anymore since this commit:
> https://gitlab.com/procps-ng/procps/commit/430b559ba2826f80dffa840622ae0fc744000b13
>
> Fixes
> http://autobuild.buildroot.net/results/ab7/ab7ed83d60823c1b023c7b76fcbe9c20d537ed4c//
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/procps-ng/procps-ng.mk | 12 ------------
> 1 file changed, 12 deletions(-)
Does it mean we can remove:
--prefix=/usr \
--exec-prefix=/ \
...
--libdir=/usr/lib \
--bindir=/bin \
--sbindir=/sbin
from procps-ng.mk ?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-01 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 5:21 [Buildroot] [PATCH 1/1] package/procps-ng: Fix install, procps-ng does not use /usr/bin anymore Bernd Kuhls
2016-02-01 8:06 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox