]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes: Remove remaining INC_PR variables
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 May 2020 09:50:48 +0000 (10:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2020 11:11:03 +0000 (12:11 +0100)
Most of these were unused, remaining in the inc files long after the
PR values were removed from the recipes.

The only two which did anything wre in xorg-font and for those,
bump PR by hand and remove the INC_PR to clean up all references.

This kind of change is much better handled by PRServ now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/connman/connman.inc
meta/recipes-graphics/xorg-app/xorg-app-common.inc
meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
meta/recipes-graphics/xorg-font/xorg-font-common.inc
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
meta/recipes-kernel/linux/linux-yocto.inc

index b60178cefc94cea590b7ef0c9466f5caa12ab594..d2ae0967ebc763b2b182b7339179ff618b736c11 100644 (file)
@@ -17,8 +17,6 @@ inherit autotools pkgconfig systemd update-rc.d update-alternatives
 
 DEPENDS  = "dbus glib-2.0 ppp"
 
-INC_PR = "r20"
-
 EXTRA_OECONF += "\
     ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
     ac_cv_path_PPPD=${sbindir}/pppd \
index 101b3dfffd34f6d5e99402f3e45a330a2cef4527..cb8cf4f5fa9e7f31ebb9829ce65351820f648112 100644 (file)
@@ -8,8 +8,6 @@ DEPENDS = "util-macros-native virtual/libx11"
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-INC_PR = "r8"
-
 SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2"
 
 inherit autotools pkgconfig features_check
index e30f044724946ef499b037d4b917766e129cb48b..493b90a298c9156e3b0e46d91ccc5104ed6713ae 100644 (file)
@@ -5,7 +5,6 @@ SECTION = "x11/drivers"
 LICENSE = "MIT-X"
 
 PE = "2"
-INC_PR = "r21"
 
 DEPENDS = "virtual/xserver xorgproto util-macros"
 
index a39609b5dafbcd7333858820eebd1d64777ad361..4d61aed18362ed7e7997b24ce6b7bf340ece0ff2 100644 (file)
@@ -7,7 +7,7 @@ require xorg-font-common.inc
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76"
 PE = "1"
-PR = "${INC_PR}.1"
+PR = "r3"
 
 DEPENDS = "mkfontscale-native mkfontdir-native font-util-native"
 RDEPENDS_${PN} = ""
index 15e101596ae7e40c09c54f837facec38e8a21f25..c5990a9e445335832596ef07151cc04ec1d89237 100644 (file)
@@ -18,7 +18,7 @@ RDEPENDS_${PN}_class-native = "font-util-native"
 inherit allarch
 
 PE = "1"
-PR = "${INC_PR}.3"
+PR = "r3"
 
 SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562"
 SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a"
index f18c8aefc21c3b03d3d5717c969427dfe62f0e30..7ca5c76a6604fe715707c18a5929621cebf01982 100644 (file)
@@ -8,8 +8,6 @@ DEPENDS = " encodings font-alias font-util-native"
 RDEPENDS_${PN} = "encodings font-util font-alias"
 
 XORG_PN = "${BPN}"
-INC_PR = "r2"
-
 
 SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2"
 S = "${WORKDIR}/${XORG_PN}-${PV}"
index b4f0760176e87f61bba62c69a641e5d07d1b8aff..b3e03744c0e0806f2261fb75d8ded5fcc865e147 100644 (file)
@@ -13,7 +13,6 @@ PROVIDES = "virtual/xserver-xf86"
 PROVIDES += "virtual/xserver"
 
 PE = "2"
-INC_PR = "r8"
 
 XORG_PN = "xorg-server"
 SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
index 91df9c1cd523e2e09ed95c16a5e2b7a1a8d3aaf0..f560dec58997ab7fef450d8b5959abda0431e930 100644 (file)
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
 
-INC_PR = "r4"
-
 # Skip processing of this recipe if it is not explicitly specified as the
 # PREFERRED_PROVIDER for virtual/kernel. This avoids network access required
 # by the use of AUTOREV SRCREVs, which are the default for this recipe.