diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-18 17:03:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-18 23:14:51 +0000 |
commit | 6107be140fdec204586850ea1f7e4b968be7670b (patch) | |
tree | 0c12daad5c95c27e35499b5e70f01fc36b85d297 /recipes-support/shared-mime-info/shared-mime-info_1.10.bb | |
parent | 73d84b7f1fbf99c0db30c8ffe4c270e2803203fd (diff) | |
download | meta-gplv2-3.1_M2.tar.gz |
shared-mime-info: Add 1.10 from OE-Core3.1_M2
Later versions of shared-mime-info need itstool which is GPLv3. Add an old
version of shared-mime-info to allow gplv3 free builds to suceed.
Use python to set PREFERRED_VERSION based on INCOMPATIBLE_LICENSE to
control this.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-support/shared-mime-info/shared-mime-info_1.10.bb')
-rw-r--r-- | recipes-support/shared-mime-info/shared-mime-info_1.10.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-support/shared-mime-info/shared-mime-info_1.10.bb b/recipes-support/shared-mime-info/shared-mime-info_1.10.bb new file mode 100644 index 0000000..9fc210b --- /dev/null +++ b/recipes-support/shared-mime-info/shared-mime-info_1.10.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require shared-mime-info.inc | ||
2 | |||
3 | SRC_URI += "file://parallelmake.patch \ | ||
4 | file://install-data-hook.patch" | ||
5 | |||
6 | SRC_URI[md5sum] = "418c2ced9dc4dd5ca8b06a755e6d64e9" | ||
7 | SRC_URI[sha256sum] = "c625a83b4838befc8cafcd54e3619946515d9e44d63d61c4adf7f5513ddfbebf" | ||