diff options
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod_git.bb')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index d9c4d8b525..fd38d87978 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | require kmod.inc | 4 | require kmod.inc |
5 | 5 | ||
6 | PR = "${INC_PR}.1" | 6 | PR = "${INC_PR}.2" |
7 | 7 | ||
8 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 8 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
9 | RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 9 | RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
@@ -16,7 +16,7 @@ RCONFLICTS_libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod | |||
16 | # autotools set prefix to /usr, however we want them in /bin and /sbin | 16 | # autotools set prefix to /usr, however we want them in /bin and /sbin |
17 | bindir = "${base_bindir}" | 17 | bindir = "${base_bindir}" |
18 | sbindir = "${base_sbindir}" | 18 | sbindir = "${base_sbindir}" |
19 | libdir = "${base_libdir}" | 19 | # libdir = "${base_libdir}" |
20 | 20 | ||
21 | do_install_append () { | 21 | do_install_append () { |
22 | install -dm755 ${D}${base_bindir} | 22 | install -dm755 ${D}${base_bindir} |