udev: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:16:07 +01:00
parent cd41cbd123
commit ab2d556c57
2 changed files with 2 additions and 2 deletions

View File

@ -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" \

View File

@ -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"