All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] udev-extraconf: deleting bbappend recipe
@ 2014-12-03  9:11 Alexander Shashkevich
  0 siblings, 0 replies; only message in thread
From: Alexander Shashkevich @ 2014-12-03  9:11 UTC (permalink / raw)
  To: meta-freescale

udev-extraconf_%.bbappend file was not deleted after it was replaced by udev-rules-imx.bb

Signed-off-by: Alexander Shashkevich <alex@stunpix.com>
---
 recipes-core/udev/udev-extraconf_%.bbappend | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 recipes-core/udev/udev-extraconf_%.bbappend

diff --git a/recipes-core/udev/udev-extraconf_%.bbappend b/recipes-core/udev/udev-extraconf_%.bbappend
deleted file mode 100644
index f73e4bc..0000000
--- a/recipes-core/udev/udev-extraconf_%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-# Freescale imx extra configuration udev rules
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI_append_mxs = " file://10-imx.rules"
-SRC_URI_append_mx5 = " file://10-imx.rules"
-SRC_URI_append_mx6 = " file://10-imx.rules"
-
-do_install_prepend () {
-	if [ -e "${WORKDIR}/10-imx.rules" ]; then
-		install -d ${D}${sysconfdir}/udev/rules.d
-		install -m 0644 ${WORKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d
-	fi
-}
-
-PACKAGE_ARCH_mxs = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-03  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03  9:11 [meta-fsl-arm][PATCH] udev-extraconf: deleting bbappend recipe Alexander Shashkevich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.