summaryrefslogtreecommitdiff
path: root/package/udev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/udev/Makefile')
-rw-r--r--package/udev/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/package/udev/Makefile b/package/udev/Makefile
deleted file mode 100644
index 5a1a51926..000000000
--- a/package/udev/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${TOPDIR}/rules.mk
-
-PKG_NAME:= udev
-PKG_VERSION:= 182
-PKG_RELEASE:= 1
-PKG_MD5SUM:= e31c83159b017e8ab0fa2f4bca758a41
-PKG_DESCR:= Dynamic device management subsystem
-PKG_SECTION:= utils
-PKG_BUILDDEP:= usbutils glib kmod
-PKG_URL:= http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
-PKG_SITES:= ${MASTER_SITE_KERNEL:=utils/kernel/hotplug/}
-PKG_OPTS:= dev
-
-PKG_LIBC_DEPENDS:= eglibc glibc musl
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,UDEV,udev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-
-TARGET_LDFLAGS+= -lrt
-CONFIGURE_ARGS+= --disable-logging \
- --with-pci-ids-path=/usr/share/pci.ids \
- --disable-introspection
-
-udev-install:
- ${INSTALL_DIR} ${IDIR_UDEV}/usr/bin ${IDIR_UDEV}/etc/udev
- ${INSTALL_DIR} ${IDIR_UDEV}/usr/lib ${IDIR_UDEV}/usr/libexec/udev
- $(CP) $(WRKINST)/usr/lib/libudev.so* $(IDIR_UDEV)/usr/lib
- ${CP} ${WRKINST}/etc/udev/* ${IDIR_UDEV}/etc/udev
- ${CP} ${WRKINST}/usr/libexec/udev/* ${IDIR_UDEV}/usr/libexec/udev
- ${CP} ${WRKINST}/usr/bin/udevadm ${IDIR_UDEV}/usr/bin
-
-include ${TOPDIR}/mk/pkg-bottom.mk