From c5a0c81e49e74fc5ddccb43dd8d3d89312389c44 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 24 Jun 2013 13:45:01 +0000 Subject: meta-intel: Drop PRINC usage With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie --- meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-tlk/recipes-kernel') diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc index 47d6ffd1..5461007b 100644 --- a/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc +++ b/meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc @@ -1,3 +1,2 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_append = " file://time-limited-kernel.cfg" -PRINC := "${@int(PRINC) + 1}" -- cgit v1.2.3-54-g00ecf