summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-08-01 15:06:52 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-08-02 12:39:43 -0300
commit0963f8282bc725aa6cc6582be083c36d7e4628f6 (patch)
tree9ac1faaef165bf803dd1354120b63ec18701953d /recipes-core
parent71a746d48fd3723ec6507fb78296dd9cbff8bef5 (diff)
downloadmeta-fsl-arm-0963f8282bc725aa6cc6582be083c36d7e4628f6.tar.gz
udev-extra-rules: follow meta-oe and use udev-extraconf
This has been dropped from meta-oe so we append udev-extraconf now. For compatibility with udev-extraconf, we need to add an empty space to SRC_URI or the final SRC_URI will be broken. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/udev-extraconf/10-imx.rules (renamed from recipes-core/udev/udev-extra-rules/10-imx.rules)0
-rw-r--r--recipes-core/udev/udev-extraconf_0.0.bbappend (renamed from recipes-core/udev/udev-extra-rules.bbappend)6
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/udev/udev-extra-rules/10-imx.rules b/recipes-core/udev/udev-extraconf/10-imx.rules
index 1fc32dc..1fc32dc 100644
--- a/recipes-core/udev/udev-extra-rules/10-imx.rules
+++ b/recipes-core/udev/udev-extraconf/10-imx.rules
diff --git a/recipes-core/udev/udev-extra-rules.bbappend b/recipes-core/udev/udev-extraconf_0.0.bbappend
index 81b584e..b8af0f1 100644
--- a/recipes-core/udev/udev-extra-rules.bbappend
+++ b/recipes-core/udev/udev-extraconf_0.0.bbappend
@@ -3,9 +3,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3 3
4PRINC := "${@int(PRINC) + 1}" 4PRINC := "${@int(PRINC) + 1}"
5 5
6SRC_URI_append_mxs = "file://10-imx.rules" 6SRC_URI_append_mxs = " file://10-imx.rules"
7SRC_URI_append_mx5 = "file://10-imx.rules" 7SRC_URI_append_mx5 = " file://10-imx.rules"
8SRC_URI_append_mx6 = "file://10-imx.rules" 8SRC_URI_append_mx6 = " file://10-imx.rules"
9 9
10do_install_prepend () { 10do_install_prepend () {
11 if [ -e "${WORKDIR}/10-imx.rules" ]; then 11 if [ -e "${WORKDIR}/10-imx.rules" ]; then