diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-connectivity/gsm/files/install-ts-headers.patch | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gsm/files/install-ts-headers.patch')
| -rw-r--r-- | meta/recipes-connectivity/gsm/files/install-ts-headers.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/gsm/files/install-ts-headers.patch b/meta/recipes-connectivity/gsm/files/install-ts-headers.patch new file mode 100644 index 0000000000..88e3b6dd1f --- /dev/null +++ b/meta/recipes-connectivity/gsm/files/install-ts-headers.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Index: gsm/include/gsmd/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- gsm.orig/include/gsmd/Makefile.am 2007-10-29 21:05:57.000000000 +0100 | ||
| 4 | +++ gsm/include/gsmd/Makefile.am 2007-10-29 21:06:03.000000000 +0100 | ||
| 5 | @@ -1,4 +1,4 @@ | ||
| 6 | |||
| 7 | -pkginclude_HEADERS = event.h usock.h | ||
| 8 | +pkginclude_HEADERS = event.h ts0705.h ts0707.h usock.h | ||
| 9 | |||
| 10 | -noinst_HEADERS = atcmd.h gsmd.h select.h ts0705.h ts0707.h unsolicited.h usock.h vendorplugin.h | ||
| 11 | +noinst_HEADERS = atcmd.h gsmd.h select.h unsolicited.h usock.h vendorplugin.h | ||
