summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-05-20 16:49:11 +0100
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-05-21 20:16:19 -0500
commit3de9e13d08aac34f0277715ced4f3a7f288b8bdb (patch)
treef020289ff58c627ee5d4fd5a93308aa5d22e4ae1
parent207121fd72599b76b94f8be2b8d84444c63067b6 (diff)
downloadmeta-intel-3de9e13d08aac34f0277715ced4f3a7f288b8bdb.tar.gz
canterbury-corpus: make packages allarch
The files in this package don't depend on a target architecture, so mark it as allarch. Also drop PR as r0 is the default. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
index 5b5e6089..db64e534 100644
--- a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
+++ b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
8 8
9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
10 10
11PR = "r0" 11inherit allarch
12 12
13# The tarball doesn't extract a directory, so ask bitbake to make one 13# The tarball doesn't extract a directory, so ask bitbake to make one
14SRC_URI = "http://corpus.canterbury.ac.nz/resources/cantrbry.tar.gz;subdir=${BP}" 14SRC_URI = "http://corpus.canterbury.ac.nz/resources/cantrbry.tar.gz;subdir=${BP}"