mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
udev: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cd41cbd123
commit
ab2d556c57
@ -3,8 +3,6 @@
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
$AUTORECONF
|
||||
|
||||
ac_cv_file__usr_share_pci_ids="yes" \
|
||||
ac_cv_file__usr_share_hwdata_pci_ids="no" \
|
||||
ac_cv_file__usr_share_misc_pci_ids="no" \
|
||||
|
@ -12,3 +12,5 @@ PKG_SECTION="system"
|
||||
PKG_SHORTDESC="udev: A Userspace Implementation for dynamic /dev nodes"
|
||||
PKG_LONGDESC="U/dev is a program that replaces the functionality of DevFS (only providing /dev entries for devices that are in the system at any point in time). It is an attempt to move all naming policy out of the kernel."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user