diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-04-14 09:53:50 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-05-09 08:48:15 -0400 |
commit | 75a1e898d9b8decd1e3470f2479cb99b73cf6013 (patch) | |
tree | 598e27df7149ef576185984ef977edf272282160 | |
parent | 95d5e9115564e41236d28ff7e2d2a2ff94dc7b89 (diff) | |
download | meta-selinux-75a1e898d9b8decd1e3470f2479cb99b73cf6013.tar.gz |
libpcre_8.34.bbappend: remove PRINC warning
The libpcre has been upgrade to 8.34 in oe-core, but since we were still
using PRINC until now, we'll need to keep it around (in a PR form), so set
it to something suitably large that it's unlikely to break anyone's
package feed and so that it shows it's clearly an exception case.
Obviously this is just a staging activity until the next update when we
don't include anything of the sort.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-support/libpcre/libpcre_8.34.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/libpcre/libpcre_8.34.bbappend b/recipes-support/libpcre/libpcre_8.34.bbappend index 25117ff..9131f8d 100644 --- a/recipes-support/libpcre/libpcre_8.34.bbappend +++ b/recipes-support/libpcre/libpcre_8.34.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | PRINC = "1" | 1 | PR .= "9" |
2 | 2 | ||
3 | do_install_append () { | 3 | do_install_append () { |
4 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 4 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |