diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-31 11:25:45 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-01 15:33:16 +0100 |
commit | 4d62e7f575e2a87197c74ab4639561b45eec0e60 (patch) | |
tree | 1ff5b9b7b7f55d2521c41145e5f81c88a587271d /meta-webserver/recipes-php | |
parent | 13729091f98720884dc28f9e66c6fb5525ec3c84 (diff) | |
download | ast2050-yocto-openembedded-4d62e7f575e2a87197c74ab4639561b45eec0e60.zip ast2050-yocto-openembedded-4d62e7f575e2a87197c74ab4639561b45eec0e60.tar.gz |
recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
with the command sed -e '/^PR.*=.*r0\"/d' meta*/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: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-php')
-rw-r--r-- | meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb index 3e9c982..e57783b 100644 --- a/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb +++ b/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16" DEPENDS = "modphp" -PR = "r0" SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz" |