diff options
author | Valentin Popa <valentin.popa@intel.com> | 2013-10-29 15:14:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:13 +0000 |
commit | 1d8cfc7fea59c2b550840cfdb7eb6f1b4c7e1b80 (patch) | |
tree | 58c18806bd0680cad281904300dc40dd85f2a80f | |
parent | b8c0b8f78f0010783dc6ba6c4bea337ae09b595a (diff) | |
download | poky-1d8cfc7fea59c2b550840cfdb7eb6f1b4c7e1b80.tar.gz |
shared-mime-info: upgrade to 1.2
Adapted parallelmake.patch to the new Makefile.am.
(From OE-Core rev: 30a3dba92f38b8877954e2c7da0c9c18be420d8a)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch b/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch index 82ab1d2bbe..84c4d03731 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch +++ b/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch | |||
@@ -18,12 +18,12 @@ Index: shared-mime-info-1.0/Makefile.am | |||
18 | @@ -1,5 +1,3 @@ | 18 | @@ -1,5 +1,3 @@ |
19 | -SUBDIRS=. po | 19 | -SUBDIRS=. po |
20 | - | 20 | - |
21 | INCLUDES = $(ALL_CFLAGS) | 21 | AM_CPPFLAGS = $(ALL_CFLAGS) |
22 | 22 | ||
23 | packagesdir = $(datadir)/mime/packages | 23 | packagesdir = $(datadir)/mime/packages |
24 | @@ -72,8 +70,7 @@ uninstall-hook: | 24 | @@ -72,8 +70,7 @@ uninstall-hook: |
25 | 25 | ||
26 | all: check create-pot | 26 | all: $(defaultmakedeps) |
27 | 27 | ||
28 | -create-pot: | 28 | -create-pot: |
29 | - $(AM_V_GEN) $(MAKE) -C po shared-mime-info.pot | 29 | - $(AM_V_GEN) $(MAKE) -C po shared-mime-info.pot |
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb deleted file mode 100644 index ecf6fba974..0000000000 --- a/meta/recipes-support/shared-mime-info/shared-mime-info_1.1.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require shared-mime-info.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "12ba00bf1cb2e69bfba73127e708e833" | ||
4 | SRC_URI[sha256sum] = "184d094b157a9ec2607ad26a1a1837e6e07f3fcbeb38d8b6d412906156f9e06c" | ||
5 | |||
6 | SRC_URI =+ "file://parallelmake.patch \ | ||
7 | file://install-data-hook.patch" | ||
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_1.2.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_1.2.bb new file mode 100644 index 0000000000..11fd6ded64 --- /dev/null +++ b/meta/recipes-support/shared-mime-info/shared-mime-info_1.2.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require shared-mime-info.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "8f90f3f2b8478fa47e70678d34013f99" | ||
4 | SRC_URI[sha256sum] = "a5516ae241b95a948a6749b1cbf65dc20c3bb563a73cc7bedb7065933788bb78" | ||
5 | |||
6 | SRC_URI =+ "file://parallelmake.patch \ | ||
7 | file://install-data-hook.patch" | ||