diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-12 00:42:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:26 +0000 |
commit | f404ab2563da359c076039324127ff534577df81 (patch) | |
tree | c3a69fbe293382dd0fbcbcba90c1822951e0d1c1 /meta/recipes-connectivity/neard/neard_0.15.bb | |
parent | 146f28ad199e59059b221b30f1caec6a7fb55ff8 (diff) | |
download | poky-f404ab2563da359c076039324127ff534577df81.tar.gz |
neard: do not ship version.h
The HEADERS' name has been changed to pkginclude_HEADERS, so use
nodist_pkginclude_HEADERS, otherwise version.h would be shipped.
It would cause other pkgs failed to build if ship version.h to
usr/include/version.h
(From OE-Core rev: 2025284acf8999d254c671b5e259587a4171858f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/neard/neard_0.15.bb')
-rw-r--r-- | meta/recipes-connectivity/neard/neard_0.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/meta/recipes-connectivity/neard/neard_0.15.bb index c92a171301..508c622801 100644 --- a/meta/recipes-connectivity/neard/neard_0.15.bb +++ b/meta/recipes-connectivity/neard/neard_0.15.bb | |||
@@ -3,6 +3,7 @@ require neard.inc | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BP}.tar.xz \ | 3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BP}.tar.xz \ |
4 | file://neard.in \ | 4 | file://neard.in \ |
5 | file://Makefile.am-fix-parallel-issue.patch \ | 5 | file://Makefile.am-fix-parallel-issue.patch \ |
6 | file://Makefile.am-do-not-ship-version.h.patch \ | ||
6 | " | 7 | " |
7 | SRC_URI[md5sum] = "b746ce62eeef88e8de90765e00a75a1c" | 8 | SRC_URI[md5sum] = "b746ce62eeef88e8de90765e00a75a1c" |
8 | SRC_URI[sha256sum] = "651f6513d32cdaf8a426255d03aff38a6620a89b0567ec2b36606c6330a93353" | 9 | SRC_URI[sha256sum] = "651f6513d32cdaf8a426255d03aff38a6620a89b0567ec2b36606c6330a93353" |