diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:51:34 +0000 |
commit | 58ae94f1b06d0e6234413dbf9869bde85f154c85 (patch) | |
tree | 0c0edbdf7f602d010b1b0552e6af89e378089f28 /meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb | |
parent | 5c3ec044838e23539f9fe4cc74da4db2e5b59166 (diff) | |
download | openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.gz openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.bz2 openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.zip |
recipes: Remove PR = r0 from all recipes
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).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb index deea4513ea..c3d70043ca 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb @@ -20,7 +20,6 @@ DEPENDS += "virtual/libx11 damageproto libxfixes" PROVIDES = "xdamage" BBCLASSEXTEND = "native" -PR = "r0" PE = "1" XORG_PN = "libXdamage" |