Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recipes: Remove PR = r0 from all recipes | Richard Purdie | 2013-10-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | xcb-util-render: Add recipe that provides libxcb-render-util | Marko Katic | 2012-04-26 | 1 | -0/+14 |
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. (From OE-Core rev: 7703a00515b3cc8f7d3855cf3654ee243ef7b146) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |