diff options
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index 853561a61e..eb5d176ded 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb | |||
| @@ -24,13 +24,13 @@ do_install:append () { | |||
| 24 | lnr ${D}${base_bindir}/kmod ${D}${base_sbindir}/${tool} | 24 | lnr ${D}${base_bindir}/kmod ${D}${base_sbindir}/${tool} |
| 25 | done | 25 | done |
| 26 | # configuration directories | 26 | # configuration directories |
| 27 | install -dm755 ${D}${base_libdir}/depmod.d | 27 | install -dm755 ${D}${nonarch_base_libdir}/depmod.d |
| 28 | install -dm755 ${D}${base_libdir}/modprobe.d | 28 | install -dm755 ${D}${nonarch_base_libdir}/modprobe.d |
| 29 | install -dm755 ${D}${sysconfdir}/depmod.d | 29 | install -dm755 ${D}${sysconfdir}/depmod.d |
| 30 | install -dm755 ${D}${sysconfdir}/modprobe.d | 30 | install -dm755 ${D}${sysconfdir}/modprobe.d |
| 31 | 31 | ||
| 32 | # install depmod.d file for search/ dir | 32 | # install depmod.d file for search/ dir |
| 33 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${base_libdir}/depmod.d/search.conf" | 33 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | do_compile:prepend() { | 36 | do_compile:prepend() { |
| @@ -57,6 +57,6 @@ ALTERNATIVE_LINK_NAME[depmod] = "${base_sbindir}/depmod" | |||
| 57 | PACKAGES =+ "libkmod" | 57 | PACKAGES =+ "libkmod" |
| 58 | 58 | ||
| 59 | FILES:libkmod = "${base_libdir}/libkmod*${SOLIBS} ${libdir}/libkmod*${SOLIBS}" | 59 | FILES:libkmod = "${base_libdir}/libkmod*${SOLIBS} ${libdir}/libkmod*${SOLIBS}" |
| 60 | FILES:${PN} += "${base_libdir}/depmod.d ${base_libdir}/modprobe.d" | 60 | FILES:${PN} += "${nonarch_base_libdir}/depmod.d ${nonarch_base_libdir}/modprobe.d" |
| 61 | 61 | ||
| 62 | BBCLASSEXTEND = "nativesdk" | 62 | BBCLASSEXTEND = "nativesdk" |
