aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2020-01-14 16:37:51 +0800
committerKhem Raj <raj.khem@gmail.com>2020-01-14 21:53:06 -0800
commitd5e2cb38458ecec553f88599e8abfc4f2fd64b5f (patch)
tree7c9e83b882080d0db37b0498a59540577ab8e7e2 /meta-networking/recipes-connectivity
parent57394d5ec611347b28e2bdabcc2cad505cbb76c8 (diff)
downloadmeta-openembedded-d5e2cb38458ecec553f88599e8abfc4f2fd64b5f.tar.gz
crda: fix UDEV_RULE_DIR
The default UDEV_RULE_DIR is ${nonarch_base_libdir}. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/crda/crda_3.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index c93905ea7c..7c925b2529 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -22,7 +22,7 @@ inherit python-dir pythonnative siteinfo
# Recursive make problem
EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg' \
- UDEV_RULE_DIR=${nonarch_libdir}/udev/rules.d/"
+ UDEV_RULE_DIR=${nonarch_base_libdir}/udev/rules.d/"
TARGET_BITS = "${SITEINFO_BITS}"
export TARGET_BITS