diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-16 13:22:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-21 12:45:48 +0200 |
commit | 034a7b31377a71b8d5785bb4076c81e157e269fc (patch) | |
tree | 9d7eac8b7ea2adbb0706ad0f373ce4e062132d9b /meta-oe/recipes-core | |
parent | 2c55673d4b39a36b95d96b4107af91c1e2014d61 (diff) | |
download | meta-openembedded-034a7b31377a71b8d5785bb4076c81e157e269fc.tar.gz |
mm-common: update to 0.9.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb | 12 |
2 files changed, 12 insertions, 10 deletions
diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb deleted file mode 100644 index c49b4c825..000000000 --- a/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | inherit gnomebase | ||
2 | |||
3 | SRC_URI[archive.md5sum] = "4a4dad67fc8d7e0c529f3a8c6ba4d8b2" | ||
4 | SRC_URI[archive.sha256sum] = "9c602dba89d264a4719db996b9b169716df2d4d10bcd24e56fc3572865a5cb8b" | ||
5 | |||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
8 | |||
9 | BBCLASSEXTEND = "native" | ||
10 | |||
diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb new file mode 100644 index 000000000..f7e2507b3 --- /dev/null +++ b/meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | inherit gnomebase | ||
2 | |||
3 | GNOME_COMPRESS_TYPE="xz" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "3b23749ab39441c392c016ce74632678" | ||
6 | SRC_URI[archive.sha256sum] = "7c37158a1f37604705a9b9305d3b335fb8256f5de701c8801269dde4e2ce7dde" | ||
7 | |||
8 | LICENSE = "GPLv2" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
10 | |||
11 | BBCLASSEXTEND = "native" | ||
12 | |||