diff options
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb | 12 | ||||
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_0.9.11.bb | 9 |
2 files changed, 9 insertions, 12 deletions
diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb deleted file mode 100644 index 899eb8a9b6..0000000000 --- a/meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | inherit gnomebase | ||
2 | |||
3 | GNOME_COMPRESS_TYPE="xz" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "49dc47af8c89ce5b3c768306b9a0f922" | ||
6 | SRC_URI[archive.sha256sum] = "16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217" | ||
7 | |||
8 | LICENSE = "GPLv2" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
10 | |||
11 | BBCLASSEXTEND = "native" | ||
12 | |||
diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.11.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.11.bb new file mode 100644 index 0000000000..591caa75d9 --- /dev/null +++ b/meta-oe/recipes-core/mm-common/mm-common_0.9.11.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | inherit gnomebase | ||
2 | |||
3 | SRC_URI[archive.md5sum] = "d6f2a43589480d2315672da0b5839b56" | ||
4 | SRC_URI[archive.sha256sum] = "20d1e7466ca4c83c92e29f9e8dfcc8e5721fdf1337f53157bed97be3b73b32a8" | ||
5 | |||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
8 | |||
9 | BBCLASSEXTEND = "native" | ||