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-core/psplash/psplash_git.bbappend | 2 -- meta-tlk/recipes-kernel/linux/linux-yocto_tlk.inc | 1 - 2 files changed, 3 deletions(-) (limited to 'meta-tlk') diff --git a/meta-tlk/recipes-core/psplash/psplash_git.bbappend b/meta-tlk/recipes-core/psplash/psplash_git.bbappend index c0bf3dce..6e8d3fa8 100644 --- a/meta-tlk/recipes-core/psplash/psplash_git.bbappend +++ b/meta-tlk/recipes-core/psplash/psplash_git.bbappend @@ -2,8 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" DEPENDS += "gdk-pixbuf-native" -PRINC := "${@int(PRINC) + 7}" - # NB: this is only for the main logo image; if you add multiple images here, # poky will build multiple psplash packages with 'outsuffix' in name for # each of these ... 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