diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2021-10-13 05:44:47 -1000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-10-14 13:57:37 -0700 |
| commit | c1913c367fe2ecb3da1812e868aa37361228f4c7 (patch) | |
| tree | c2534438cdd5bc37af902caaad3c667bb26dc429 /meta-oe | |
| parent | 3cf22d15885cf0e3e16078705e9a20f3d21f12db (diff) | |
| download | meta-openembedded-c1913c367fe2ecb3da1812e868aa37361228f4c7.tar.gz | |
gattlib: remove includedir from base package
as it's already packaged to ${PN}-dev, so the setting was
without any effect anyway
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1d26b2656b87a95b72d674954283ac014da8793b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb index 6b4decce51..d79dbed87a 100644 --- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb +++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | |||
| @@ -28,5 +28,5 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF" | |||
| 28 | 28 | ||
| 29 | inherit pkgconfig cmake | 29 | inherit pkgconfig cmake |
| 30 | 30 | ||
| 31 | FILES_${PN} = "${libdir}/* ${includedir}/*" | 31 | FILES_${PN} = "${libdir}/*" |
| 32 | FILES_${PN}-dev = "${includedir}/*" | 32 | FILES_${PN}-dev = "${includedir}/*" |
