mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -99,7 +99,6 @@ SRC_URI = "git://github.com/xrmx/bootchart.git;branch=master;protocol=https \
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit systemd update-rc.d python3native update-alternatives
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for de
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "file://exports"
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ SECTION = "base"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = ""
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
@@ -2,7 +2,6 @@ SUMMARY = "Architecture-dependent configuration for opkg"
|
||||
HOMEPAGE = "http://code.google.com/p/opkg/"
|
||||
LICENSE = "MIT"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
PR = "r1"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS += "perl"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ HOMEPAGE = "http://search.cpan.org/dist/libxml-perl/"
|
||||
SUMMARY = "Collection of Perl modules for working with XML"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
PR = "r3"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ RDEPENDS:${PN} = "nativesdk-qemu nativesdk-unfs3 nativesdk-pseudo \
|
||||
nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \
|
||||
"
|
||||
|
||||
PR = "r9"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/scripts/runqemu;beginline=5;endline=10;md5=ac2b489a58739c7628a2604698db5e7f"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
SUMMARY = "Helper utilities needed by the runqemu script"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
RDEPENDS:${PN} = "qemu-system-native"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/qemu-oe-bridge-helper.c;endline=4;md5=ae00a3bab86f2caaa8462eacda77f4d7"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
SUMMARY = "Runs postinstall scripts on first boot of the target device"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
SECTION = "devel"
|
||||
PR = "r10"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=384ed0e2e0b2dac094e51fbf93fdcbe0 \
|
||||
"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/lu-zero/cargo-c.git;branch=master;protocol=https \
|
||||
|
||||
@@ -28,7 +28,6 @@ SRC_URI[md5sum] = "2b31c78f087f99179feb357da312d7ec"
|
||||
SRC_URI[sha256sum] = "4441a5d593f85bb6e8d578cf6653fb4ec30f9e8f4a2315a3d8f2d0a8b3fadf94"
|
||||
|
||||
# remove at next version upgrade or when output changes
|
||||
PR = "r1"
|
||||
|
||||
RECIPE_NO_UPDATE_REASON = "6.04-pre3 is broken"
|
||||
UPSTREAM_CHECK_URI = "https://www.zytor.com/pub/syslinux/"
|
||||
|
||||
Reference in New Issue
Block a user