diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-17 12:33:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-18 12:18:13 +0000 |
commit | dacdb499d31cb2e80cca33cba9d599c8ee983dc4 (patch) | |
tree | 0066a173d4cd90ad999c67627cb4adcce6526b2f /meta/recipes-core | |
parent | 296c70afeef75396dea9ae436058314d406dc257 (diff) | |
download | openembedded-core-contrib-dacdb499d31cb2e80cca33cba9d599c8ee983dc4.tar.gz |
nativesdk-buildtools-perl-dummy: Bump PR
Recent changes to this recipe caused automated PR increments
to break, regressing package feeds. The only way to recover
is to bump PR, so do this centrally to fix anyone affected.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb index 23c0a5ca80b..9041734898e 100644 --- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb +++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb @@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda inherit allarch +PR = "r1" + python() { # Put the package somewhere separate to ensure it's never used except # when we want it |