From 75a1e898d9b8decd1e3470f2479cb99b73cf6013 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 14 Apr 2014 09:53:50 +0800 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-support/libpcre/libpcre_8.34.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -PRINC = "1" +PR .= "9" do_install_append () { if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then -- cgit v1.2.3-54-g00ecf