diff options
Diffstat (limited to 'recipes-support/libpcre/libpcre_selinux.inc')
-rw-r--r-- | recipes-support/libpcre/libpcre_selinux.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libpcre/libpcre_selinux.inc b/recipes-support/libpcre/libpcre_selinux.inc index 3810078..2da7073 100644 --- a/recipes-support/libpcre/libpcre_selinux.inc +++ b/recipes-support/libpcre/libpcre_selinux.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | do_install_append () { | 1 | do_install:append () { |
2 | # This code creates libpcre for both the dev machine (SDK native) | 2 | # This code creates libpcre for both the dev machine (SDK native) |
3 | # and for cross-compiling (machine arch). For Linux (SDK Linux native | 3 | # and for cross-compiling (machine arch). For Linux (SDK Linux native |
4 | # + all machine arch), symlinks to the .so files have to be created, | 4 | # + all machine arch), symlinks to the .so files have to be created, |
@@ -15,4 +15,4 @@ do_install_append () { | |||
15 | fi | 15 | fi |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} += "${base_libdir}/libpcre.so.*" | 18 | FILES:${PN} += "${base_libdir}/libpcre.so.*" |