From 1b94ea8b2516c929830fea716bb027a9ea1a3a1e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Sep 2023 16:35:39 +0100 Subject: recipes: Drop remaining PR values from recipes We've been removing PR values from recipes at upgrade time for a while. In general anyone maintaining a binary distro would end up having to curate these themselves so the values in OE-Core aren't really that useful anymore. In many ways it makes sense to clear out the remaining ones (which are mostly for 'config' recipes that are unlikely to increase in PV) and leave a clean slate for anyone implementing a binary distro config. References are left in meta-selftest since the tests there do involve them and their removal upon upgrade. (From OE-Core rev: d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef) Signed-off-by: Richard Purdie --- meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb | 1 - meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'meta-skeleton/recipes-skeleton') diff --git a/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb b/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb index a1ad2e87d4..1fcbbdd65e 100644 --- a/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb +++ b/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb @@ -4,7 +4,6 @@ DESCRIPTION = "X11 Pixmap library" LICENSE = "X-BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" DEPENDS += "libxext" -PR = "r2" PE = "1" XORG_PN = "libXpm" diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index d7a5a95bac..8437a5a774 100644 --- a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb +++ b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb @@ -1,7 +1,6 @@ SUMMARY = "Example recipe for using inherit useradd" DESCRIPTION = "This recipe serves as an example for using features from useradd.bbclass" SECTION = "examples" -PR = "r1" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -- cgit v1.2.3-54-g00ecf