diff options
Diffstat (limited to 'openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb')
| -rw-r--r-- | openembedded/packages/pkgconfig/pkgconfig_0.15.0.bb | 4 |
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 \ | |||
| 5 | seen with a single tool." | 5 | seen with a single tool." |
| 6 | HOMEPAGE = "http://www.freedesktop.org/software/pkgconfig/" | 6 | HOMEPAGE = "http://www.freedesktop.org/software/pkgconfig/" |
| 7 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
| 8 | PR = "r1" | 8 | PR = "r2" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-${PV}.tar.gz \ | 10 | SRC_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 | ||
| 14 | inherit autotools | 15 | inherit autotools |
| @@ -16,6 +17,7 @@ inherit autotools | |||
| 16 | acpaths = "-I ." | 17 | acpaths = "-I ." |
| 17 | do_configure_prepend () { | 18 | do_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 | ||
| 21 | do_stage_append() { | 23 | do_stage_append() { |
