diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-20 17:45:29 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-20 17:45:29 +0000 |
commit | 4f73b29c2b66b6d55caf55eccd59caa766086fa4 (patch) | |
tree | 9cd77f33a7c44578555b409d5368d34eccda41ec /packages/gsm/libgsmd_svn.bb | |
parent | 9c6fe0eb6939836dd5c84e37d93d6c32c31dd27c (diff) |
libgsmd: band-aid. stage common/linux_list.h and fix up the mlbuf
changes until this is repaired upstream
Diffstat (limited to 'packages/gsm/libgsmd_svn.bb')
-rw-r--r-- | packages/gsm/libgsmd_svn.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gsm/libgsmd_svn.bb b/packages/gsm/libgsmd_svn.bb index c715092b8d..4f6fe12766 100644 --- a/packages/gsm/libgsmd_svn.bb +++ b/packages/gsm/libgsmd_svn.bb @@ -9,6 +9,7 @@ PR = "r19" SRC_URI_OVERRIDES_PACKAGE_ARCH = "1" SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ + file://fix-mlbuf.patch;patch=1 \ file://gsmd \ file://default" S = "${WORKDIR}/gsm" @@ -27,6 +28,15 @@ do_install_append() { install -m 0755 ${WORKDIR}/gsmd ${D}/${sysconfdir}/init.d/ install -d ${D}/${sysconfdir}/default install ${WORKDIR}/default ${D}/${sysconfdir}/default/gsmd + # band-aid: + install -d ${D}${includedir}/common + install -m 0644 ${S}/include/common/linux_list.h ${D}${includedir}/common +} + +# band-aid: +do_stage_append () { + install -d ${STAGING_INCDIR}/common + install ${S}/include/common/linux_list.h ${STAGING_INCDIR}/common } PACKAGES =+ "${PN}-tools gsmd gsmd-plugins \ |