diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-17 20:10:09 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:50 +0200 |
commit | caf460d7fc1b6e22e23504a52dd1ba5ed9194791 (patch) | |
tree | d2d9d949e1f6fe38fbab2c01fa579533e22b6d85 /meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | |
parent | d96940ac54e0d6197f83d3183e9da6d21a7dcdd9 (diff) | |
download | meta-openembedded-caf460d7fc1b6e22e23504a52dd1ba5ed9194791.tar.gz |
phonet-utils: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index 558996391..3c599950f 100644 --- a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb +++ b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | |||
@@ -2,7 +2,9 @@ SUMMARY = "This small package provides a few command line tools for Linux Phonet | |||
2 | HOMEPAGE = "" | 2 | HOMEPAGE = "" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master" | 5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master \ |
6 | file://0001-Include-limits.h-for-PATH_MAX.patch \ | ||
7 | " | ||
6 | PR = "r2" | 8 | PR = "r2" |
7 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" | 10 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" |