diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-14 04:34:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-23 17:46:12 -0400 |
commit | 5bb6e1083ae977778f213f17335b076ad2d33004 (patch) | |
tree | fa0b96faad0d287d6468e2a52f123b8450d39a9f /recipes-ti/framework-components | |
parent | 95db662c8a1bb2c89f1ec83658a07ba2d8ac6c0a (diff) | |
download | meta-ti-5bb6e1083ae977778f213f17335b076ad2d33004.tar.gz |
Use INSANE_SKIP_${PN} = "installed-vs-shipped"
A number of recipes in recipes-ti install more files than are
packaged causing lots of QA errors. We choose to ignore these.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/framework-components')
-rw-r--r-- | recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb index b7ea9b83..7abe7935 100644 --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb | |||
@@ -5,4 +5,4 @@ PV = "2_26_00_01" | |||
5 | SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af" | 5 | SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af" |
6 | SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048" | 6 | SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048" |
7 | 7 | ||
8 | 8 | INSANE_SKIP_${PN} = "installed-vs-shipped" | |