mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
udev: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ffbe353801
commit
418fcc7180
@ -2,12 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build pciutils
|
||||
$SCRIPTS/build usbutils
|
||||
$SCRIPTS/build libusb-compat
|
||||
|
||||
cd $PKG_BUILD
|
||||
$AUTORECONF
|
||||
|
||||
|
@ -2,20 +2,15 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install pciutils
|
||||
$SCRIPTS/install usbutils
|
||||
$SCRIPTS/install libusb-compat
|
||||
|
||||
add_group cdrom 11
|
||||
add_group dialout 18
|
||||
add_group disk 6
|
||||
add_group floppy 19
|
||||
add_group kmem 9
|
||||
add_group lp 7
|
||||
add_group tape 33
|
||||
add_group tty 5
|
||||
add_group video 39
|
||||
add_group cdrom 11
|
||||
add_group dialout 18
|
||||
add_group disk 6
|
||||
add_group floppy 19
|
||||
add_group kmem 9
|
||||
add_group lp 7
|
||||
add_group tape 33
|
||||
add_group tty 5
|
||||
add_group video 39
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $PKG_BUILD/$1/udevadm $INSTALL/sbin
|
||||
|
14
packages/sysutils/udev/meta
Normal file
14
packages/sysutils/udev/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="udev"
|
||||
PKG_VERSION="164"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
PKG_URL="http://www.eu.kernel.org/pub/linux/utils/kernel/hotplug/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="glib pciutils usbutils libusb-compat"
|
||||
PKG_BUILD_DEPENDS="toolchain glib pciutils usbutils libusb-compat"
|
||||
PKG_PRIORITY="optional"
|
||||
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"
|
@ -1 +0,0 @@
|
||||
http://www.eu.kernel.org/pub/linux/utils/kernel/hotplug/udev-164.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user