summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb')
-rw-r--r--openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb b/openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb
index e38e20438d..31fc7820fe 100644
--- a/openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb
+++ b/openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb
@@ -5,10 +5,11 @@ It replaces the ubiquitous *-config scripts you may have \
5seen with a single tool." 5seen with a single tool."
6HOMEPAGE = "http://www.freedesktop.org/software/pkgconfig/" 6HOMEPAGE = "http://www.freedesktop.org/software/pkgconfig/"
7LICENSE = "GPL" 7LICENSE = "GPL"
8PR = "r1" 8PR = "r2"
9 9
10SRC_URI = "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-${PV}.tar.gz \ 10SRC_URI = "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-${PV}.tar.gz \
11 file://configure.patch;patch=1 \ 11 file://configure.patch;patch=1 \
12 file://pkg.m4 \
12 file://glibconfig-sysdefs.h" 13 file://glibconfig-sysdefs.h"
13 14
14inherit autotools 15inherit autotools
@@ -16,6 +17,7 @@ inherit autotools
16acpaths = "-I ." 17acpaths = "-I ."
17do_configure_prepend () { 18do_configure_prepend () {
18 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.8/ 19 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.8/
20 install -m 0644 ${WORKDIR}/pkg.m4 ${S}/
19} 21}
20 22
21do_stage_append() { 23do_stage_append() {