diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:01:03 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:01:03 +0100 |
commit | 5d09a6bd93085f07937da21e1b40c95e94bd3c15 (patch) | |
tree | 37514b99b4a6c3e9eabba5cb37a9f97e08277516 /meta | |
parent | c3e0da13633ae54841418812db34d133705cf87f (diff) | |
download | poky-5d09a6bd93085f07937da21e1b40c95e94bd3c15.tar.gz |
gnome-mime-data: Fix pkgconfig file path, use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gnome/gnome-mime-data/pkgconfig.patch | 12 | ||||
-rw-r--r-- | meta/packages/gnome/gnome-mime-data_2.18.0.bb | 6 |
2 files changed, 16 insertions, 2 deletions
diff --git a/meta/packages/gnome/gnome-mime-data/pkgconfig.patch b/meta/packages/gnome/gnome-mime-data/pkgconfig.patch new file mode 100644 index 0000000000..de287e55a8 --- /dev/null +++ b/meta/packages/gnome/gnome-mime-data/pkgconfig.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: gnome-mime-data-2.18.0/Makefile.am | ||
2 | =================================================================== | ||
3 | --- gnome-mime-data-2.18.0.orig/Makefile.am 2009-06-11 17:27:48.000000000 +0100 | ||
4 | +++ gnome-mime-data-2.18.0/Makefile.am 2009-06-11 17:27:59.000000000 +0100 | ||
5 | @@ -1,6 +1,6 @@ | ||
6 | SUBDIRS = man po | ||
7 | |||
8 | -pkgconfigdir = $(datadir)/pkgconfig | ||
9 | +pkgconfigdir = $(libdir)/pkgconfig | ||
10 | pkgconfig_DATA = gnome-mime-data-2.0.pc | ||
11 | |||
12 | NULL= | ||
diff --git a/meta/packages/gnome/gnome-mime-data_2.18.0.bb b/meta/packages/gnome/gnome-mime-data_2.18.0.bb index a9797d2298..9c91ca3f1b 100644 --- a/meta/packages/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/packages/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | inherit gnome | 2 | inherit gnome |
3 | inherit autotools_stage | ||
4 | PR = "r2" | ||
5 | |||
6 | SRC_URI += "file://pkgconfig.patch;patch=1" | ||
3 | 7 | ||
4 | DEPENDS += "shared-mime-info intltool-native" | 8 | DEPENDS += "shared-mime-info intltool-native" |
5 | RDEPENDS = "shared-mime-info" | 9 | RDEPENDS = "shared-mime-info" |
6 | |||
7 | FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc" | ||