diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-09-03 18:34:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-04 16:20:58 +0100 |
commit | cd2fdfe6ceb96eb0010a481cf6804c2a89e34610 (patch) | |
tree | e7882591d3a1c6382daea1be13653dbe595dd3a1 /meta/recipes-support/vte | |
parent | fb781bee39e312eef1d89c2d7f5ab27e8da1ee32 (diff) | |
download | openembedded-core-cd2fdfe6ceb96eb0010a481cf6804c2a89e34610.tar.gz openembedded-core-cd2fdfe6ceb96eb0010a481cf6804c2a89e34610.tar.bz2 openembedded-core-cd2fdfe6ceb96eb0010a481cf6804c2a89e34610.zip |
vte: add RECIPE_NO_UPDATE_REASON
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r-- | meta/recipes-support/vte/vte_0.28.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb index 68bc16d8b4..b1025cb0e5 100644 --- a/meta/recipes-support/vte/vte_0.28.2.bb +++ b/meta/recipes-support/vte/vte_0.28.2.bb @@ -10,3 +10,5 @@ CFLAGS += "-D_GNU_SOURCE" SRC_URI[archive.md5sum] = "497f26e457308649e6ece32b3bb142ff" SRC_URI[archive.sha256sum] = "86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae" + +RECIPE_NO_UPDATE_REASON = "matchbox-terminal needs to be ported over to new vte first" |