diff mbox series

package/evemu: add staging installation

Message ID 20240409122233.2529454-1-ludovic.desroches@microchip.com
State Accepted
Headers show
Series package/evemu: add staging installation | expand

Commit Message

Ludovic Desroches April 9, 2024, 12:22 p.m. UTC
To make the evdev library available for other packages, install it to the
staging directory.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
---
 package/evemu/evemu.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni May 9, 2024, 4:42 p.m. UTC | #1
On Tue, 9 Apr 2024 14:22:33 +0200
Ludovic Desroches via buildroot <buildroot@buildroot.org> wrote:

> To make the evdev library available for other packages, install it to the
> staging directory.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
> ---
>  package/evemu/evemu.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard June 3, 2024, 3:54 p.m. UTC | #2
>>>>> "Ludovic" == Ludovic Desroches via buildroot <buildroot@buildroot.org> writes:

 > To make the evdev library available for other packages, install it to the
 > staging directory.

 > Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
index b27033afa4..886ceb1142 100644
--- a/package/evemu/evemu.mk
+++ b/package/evemu/evemu.mk
@@ -9,6 +9,7 @@  EVEMU_SITE = http://www.freedesktop.org/software/evemu
 EVEMU_SOURCE = evemu-$(EVEMU_VERSION).tar.xz
 EVEMU_LICENSE = LGPL-3.0 (library), GPL-3.0 (tools)
 EVEMU_LICENSE_FILES = COPYING
+EVEMU_INSTALL_STAGING = YES
 
 # asciidoc used to generate manpages, which we don't need, and if it's
 # present on the build host, it ends getting called with our host-python