diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch | 14 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 19 |
2 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch b/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch deleted file mode 100644 index 09034255d8..0000000000 --- a/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Index: gnome-mime-data-2.18.0/Makefile.am | ||
4 | =================================================================== | ||
5 | --- gnome-mime-data-2.18.0.orig/Makefile.am 2009-06-11 17:27:48.000000000 +0100 | ||
6 | +++ gnome-mime-data-2.18.0/Makefile.am 2009-06-11 17:27:59.000000000 +0100 | ||
7 | @@ -1,6 +1,6 @@ | ||
8 | SUBDIRS = man po | ||
9 | |||
10 | -pkgconfigdir = $(datadir)/pkgconfig | ||
11 | +pkgconfigdir = $(libdir)/pkgconfig | ||
12 | pkgconfig_DATA = gnome-mime-data-2.0.pc | ||
13 | |||
14 | NULL= | ||
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb deleted file mode 100644 index a31eb5571a..0000000000 --- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | SUMMARY = "Base MIME and Application database for GNOME" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2 & GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
7 | file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450" | ||
8 | |||
9 | inherit gnomebase mime | ||
10 | PR = "r4" | ||
11 | |||
12 | SRC_URI += "file://pkgconfig.patch" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" | ||
15 | SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" | ||
16 | GNOME_COMPRESS_TYPE="bz2" | ||
17 | |||
18 | DEPENDS += "shared-mime-info intltool-native" | ||
19 | RDEPENDS_${PN} = "shared-mime-info" | ||