diff mbox series

[2/3,v2] package/eudev: generate the hwdb.bin

Message ID c6266382b309d867f2479131467f57c4a6aca4de.1572386855.git.yann.morin.1998@free.fr
State Accepted
Commit cf9afa50e18d1feaeab238e4a4d556f06eb3ecf9
Headers show
Series [1/3,v2] package/eudev: introduce a host variant | expand

Commit Message

Yann E. MORIN Oct. 29, 2019, 10:07 p.m. UTC
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Carlos Santos <unixmania@gmail.com>

---
Changes v1 -> v2:
  - drop the post hooks
---
 package/eudev/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 1, 2019, 8:02 a.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Peter Korsgaard <peter@korsgaard.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Carlos Santos <unixmania@gmail.com>

 > ---
 > Changes v1 -> v2:
 >   - drop the post hooks

Committed, thanks.
Peter Korsgaard Nov. 6, 2019, 10:54 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Peter Korsgaard <peter@korsgaard.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Carlos Santos <unixmania@gmail.com>

 > ---
 > Changes v1 -> v2:
 >   - drop the post hooks

Committed to 2019.02.x and 2019.08.x, thanks.
diff mbox series

Patch

diff --git a/package/eudev/Config.in b/package/eudev/Config.in
index 2220265a55..b1d2f37a72 100644
--- a/package/eudev/Config.in
+++ b/package/eudev/Config.in
@@ -29,8 +29,9 @@  config BR2_PACKAGE_EUDEV_RULES_GEN
 config BR2_PACKAGE_EUDEV_ENABLE_HWDB
 	bool "enable hwdb installation"
 	default y
+	select BR2_PACKAGE_HOST_EUDEV # for udevadm, during target-finalize
 	help
-	  Enables hardware database installation to /etc/udev/hwdb.d
+	  Enables hardware database installation to /etc/udev/hwdb.bin
 
 endif