From 439826d6aa2c68f5f8b379fdc50a68033a06b44f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 6 Mar 2014 18:25:21 -0300 Subject: PRINC removal from recipes The PRINC use is deprecated and a patch bumping those is applied in OE-Core. As consequence we must drop those here as soon as possible to avoid PR changes in users feeds. Change-Id: I5bb3947d96b76716db67e2122c6a00ea695ca7bb Signed-off-by: Otavio Salvador --- recipes-bsp/alsa-state/alsa-state.bbappend | 2 -- recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend | 2 -- recipes-core/packagegroup/packagegroup-base.bbappend | 2 -- recipes-core/udev/udev-extraconf_1.0.bbappend | 2 -- recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 -- recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend | 1 - recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend | 1 - 7 files changed, 12 deletions(-) delete mode 100644 recipes-core/packagegroup/packagegroup-base.bbappend diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend index 148c049..22b0e60 100644 --- a/recipes-bsp/alsa-state/alsa-state.bbappend +++ b/recipes-bsp/alsa-state/alsa-state.bbappend @@ -5,5 +5,3 @@ PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" PACKAGE_ARCH_mxs = "${MACHINE_ARCH}" -PRINC := "${@int(PRINC) + 1}" - diff --git a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend index 2c4807a..3e8fa2f 100644 --- a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend +++ b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend @@ -1,5 +1,3 @@ -PRINC := "${@int(PRINC) + 1}" - RDEPENDS_${PN} += " \ nativesdk-elftosb \ nativesdk-mxsldr \ diff --git a/recipes-core/packagegroup/packagegroup-base.bbappend b/recipes-core/packagegroup/packagegroup-base.bbappend deleted file mode 100644 index d380cb7..0000000 --- a/recipes-core/packagegroup/packagegroup-base.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -# Bump PR due machine feature changes -PRINC := "${@int(PRINC) + 1}" diff --git a/recipes-core/udev/udev-extraconf_1.0.bbappend b/recipes-core/udev/udev-extraconf_1.0.bbappend index b8af0f1..f73e4bc 100644 --- a/recipes-core/udev/udev-extraconf_1.0.bbappend +++ b/recipes-core/udev/udev-extraconf_1.0.bbappend @@ -1,8 +1,6 @@ # Freescale imx extra configuration udev rules FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 1}" - SRC_URI_append_mxs = " file://10-imx.rules" SRC_URI_append_mx5 = " file://10-imx.rules" SRC_URI_append_mx6 = " file://10-imx.rules" diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 8337e55..ceb438e 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1,4 +1,2 @@ # Append path for freescale layer to include bsp xorg.conf FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -PRINC := "${@int(PRINC) + 8}" diff --git a/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend index 3da2507..ecb2b54 100644 --- a/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend +++ b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend @@ -1,7 +1,6 @@ # Freescale gstplaybin2 rawvideo support FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 1}" SRC_URI_append_mxs = " file://gstplaybin2-rawvideo-support.patch" SRC_URI_append_mx5 = " file://gstplaybin2-rawvideo-support.patch" diff --git a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend index 51eb457..44a4b92 100644 --- a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend +++ b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend @@ -1,7 +1,6 @@ # gst-plugins-gl for imx6 Vivante FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 4}" DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q" -- cgit v1.2.3-54-g00ecf