I have made the following changes intended for : nemo:devel:hw:ti:omap3:n9xx-common / ti-omap3-sgx
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/227 Thank You, Marko Saukko [This message was auto-generated] --- Request # 227: Messages from BOSS: State: review at 2013-04-17T13:07:06 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:hw:ti:omap3:n9xx-common : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:nemo:devel:hw:ti:omap3:n9xx-common / ti-omap3-sgx -> nemo:devel:hw:ti:omap3:n9xx-common / ti-omap3-sgx changes files: -------------- --- ti-omap3-sgx.changes +++ ti-omap3-sgx.changes @@ -0,0 +1,3 @@ +* Wed Apr 17 2013 Marko Saukko <[email protected]> - 1.4.268.1 +- Make sure mesa-llvmpipe doesn't get installed with this. + spec files: ----------- --- ti-omap3-sgx.spec +++ ti-omap3-sgx.spec @@ -44,6 +44,7 @@ Provides: %{name}-libEGL > 1.4.268 Provides: %{name}-libGLESv1 > 1.4.268 Provides: %{name}-libGLESv2 > 1.4.268 +Conflicts: mesa-llvmpipe Obsoletes: %{name}-libEGL <= 1.4.268 Obsoletes: %{name}-libGLESv1 <= 1.4.268 Obsoletes: %{name}-libGLESv2 <= 1.4.268 @@ -114,7 +115,6 @@ # >> build post - # << build post %install @@ -162,12 +162,12 @@ /sbin/ldconfig systemctl daemon-reload systemctl reload-or-try-restart %{name}.service -# << post +# >> post if [ "$1" -eq 2 ]; then # on upgrades we want to make sure the links are pointing to right files /usr/sbin/pvrsrvinit --force fi -# >> post +# << post %postun /sbin/ldconfig other changes: -------------- ++++++ ti-omap3-sgx.yaml --- ti-omap3-sgx.yaml +++ ti-omap3-sgx.yaml @@ -40,6 +40,10 @@ - "%{name}-libEGL <= 1.4.268" - "%{name}-libGLESv1 <= 1.4.268" - "%{name}-libGLESv2 <= 1.4.268" +Conflicts: + # At times mesa gets dragged in to image and it breaks + # the installation lets make sure that doesn't happen. + - mesa-llvmpipe SubPackages: - Name: devel
