mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
PR bumps to remove PRINC use in meta-fsl-arm
Those recipes need PR bump so we drop PRINC from meta-fsl-arm layer. (From OE-Core rev: b60c68a4ea937a647e13d69dfecefb7dcbda95a0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e9554464d4
commit
2f9bf7bc97
@@ -10,7 +10,7 @@ sound state at system boot and save it at system shut down."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PV = "0.2.0"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "\
|
||||
file://asound.conf \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
SUMMARY = "Host packages for the standalone SDK or external toolchain"
|
||||
PR = "r11"
|
||||
PR = "r12"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup nativesdk
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Merge machine and distro options to create a basic machine task/package"
|
||||
LICENSE = "MIT"
|
||||
PR = "r82"
|
||||
PR = "r83"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PR = "r15"
|
||||
PR = "r16"
|
||||
|
||||
SRC_URI = " \
|
||||
file://automount.rules \
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org"
|
||||
SECTION = "x11/base"
|
||||
LICENSE = "MIT-X"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r19"
|
||||
PR = "r27"
|
||||
|
||||
SRC_URI = "file://xorg.conf"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI += "file://gst-plugins-base-tremor.patch \
|
||||
SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a"
|
||||
SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976"
|
||||
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
inherit gettext
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
|
||||
|
||||
DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
inherit gettext gconf
|
||||
|
||||
# This package doesn't have a configure switch for EGL or GL, so forcibly tell
|
||||
|
||||
Reference in New Issue
Block a user