1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00: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:
Otavio Salvador
2014-03-07 10:37:27 -03:00
committed by Richard Purdie
parent e9554464d4
commit 2f9bf7bc97
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ sound state at system boot and save it at system shut down."
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "0.2.0" PV = "0.2.0"
PR = "r3" PR = "r4"
SRC_URI = "\ SRC_URI = "\
file://asound.conf \ file://asound.conf \
@@ -3,7 +3,7 @@
# #
SUMMARY = "Host packages for the standalone SDK or external toolchain" SUMMARY = "Host packages for the standalone SDK or external toolchain"
PR = "r11" PR = "r12"
LICENSE = "MIT" LICENSE = "MIT"
inherit packagegroup nativesdk inherit packagegroup nativesdk
@@ -1,6 +1,6 @@
SUMMARY = "Merge machine and distro options to create a basic machine task/package" SUMMARY = "Merge machine and distro options to create a basic machine task/package"
LICENSE = "MIT" LICENSE = "MIT"
PR = "r82" PR = "r83"
inherit packagegroup inherit packagegroup
+1 -1
View File
@@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r15" PR = "r16"
SRC_URI = " \ SRC_URI = " \
file://automount.rules \ file://automount.rules \
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org"
SECTION = "x11/base" SECTION = "x11/base"
LICENSE = "MIT-X" LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r19" PR = "r27"
SRC_URI = "file://xorg.conf" SRC_URI = "file://xorg.conf"
@@ -14,7 +14,7 @@ SRC_URI += "file://gst-plugins-base-tremor.patch \
SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a"
SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976"
PR = "r7" PR = "r8"
inherit gettext 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" DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
PR = "r4"
inherit gettext gconf inherit gettext gconf
# This package doesn't have a configure switch for EGL or GL, so forcibly tell # This package doesn't have a configure switch for EGL or GL, so forcibly tell