diff options
Diffstat (limited to 'recipes-extended/libibverbs/libibverbs_1.2.1.bb')
| -rw-r--r-- | recipes-extended/libibverbs/libibverbs_1.2.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb index fa7eee62..d4f7b0de 100644 --- a/recipes-extended/libibverbs/libibverbs_1.2.1.bb +++ b/recipes-extended/libibverbs/libibverbs_1.2.1.bb | |||
| @@ -16,19 +16,19 @@ inherit autotools | |||
| 16 | 16 | ||
| 17 | DEPENDS = "libnl pkgconfig-native" | 17 | DEPENDS = "libnl pkgconfig-native" |
| 18 | PACKAGES += "${PN}-utils" | 18 | PACKAGES += "${PN}-utils" |
| 19 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.*" | 19 | FILES:${PN} = "${sysconfdir} ${libdir}/*.so.*" |
| 20 | FILES_${PN}-utils = "${bindir}" | 20 | FILES:${PN}-utils = "${bindir}" |
| 21 | 21 | ||
| 22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
| 23 | PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind," | 23 | PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind," |
| 24 | 24 | ||
| 25 | do_install_append() { | 25 | do_install:append() { |
| 26 | mkdir -p ${D}${sysconfdir}/libibverbs.d | 26 | mkdir -p ${D}${sysconfdir}/libibverbs.d |
| 27 | rm -f ${D}${libdir}/libibverbs.la | 27 | rm -f ${D}${libdir}/libibverbs.la |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | PROVIDES = "virtual/libibverbs" | 30 | PROVIDES = "virtual/libibverbs" |
| 31 | RPROVIDES_${PN} = "virtual/libibverbs" | 31 | RPROVIDES:${PN} = "virtual/libibverbs" |
| 32 | 32 | ||
| 33 | COMPATIBLE_HOST_mipsarch = "none" | 33 | COMPATIBLE_HOST:mipsarch = "none" |
| 34 | COMPATIBLE_HOST_arm = "none" | 34 | COMPATIBLE_HOST:arm = "none" |
