mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
gnome-mime-data: Fix pkgconfig file path, use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
12
meta/packages/gnome/gnome-mime-data/pkgconfig.patch
Normal file
12
meta/packages/gnome/gnome-mime-data/pkgconfig.patch
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Index: gnome-mime-data-2.18.0/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gnome-mime-data-2.18.0.orig/Makefile.am 2009-06-11 17:27:48.000000000 +0100
|
||||||
|
+++ gnome-mime-data-2.18.0/Makefile.am 2009-06-11 17:27:59.000000000 +0100
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
SUBDIRS = man po
|
||||||
|
|
||||||
|
-pkgconfigdir = $(datadir)/pkgconfig
|
||||||
|
+pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = gnome-mime-data-2.0.pc
|
||||||
|
|
||||||
|
NULL=
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
inherit gnome
|
inherit gnome
|
||||||
|
inherit autotools_stage
|
||||||
|
PR = "r2"
|
||||||
|
|
||||||
|
SRC_URI += "file://pkgconfig.patch;patch=1"
|
||||||
|
|
||||||
DEPENDS += "shared-mime-info intltool-native"
|
DEPENDS += "shared-mime-info intltool-native"
|
||||||
RDEPENDS = "shared-mime-info"
|
RDEPENDS = "shared-mime-info"
|
||||||
|
|
||||||
FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user