aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-06-17 01:22:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-17 17:02:47 +0100
commitf79cd4208340b56afc044d8e3abc72d43d395062 (patch)
treec4599fc89ab2cb07d3e7a35e9aad419a2d5cbebe /meta/recipes-devtools/opkg
parent873689bbabba25e7be5c12317c04519a7bc8d0ef (diff)
downloadopenembedded-core-f79cd4208340b56afc044d8e3abc72d43d395062.tar.gz
opkg: put libopkg header files into libopkg-dev
The header files for libopkg belong in the package libopkg-dev rather than opkg-dev where they are placed by default. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index 3b8c4e8e40..f2c826b525 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -42,7 +42,7 @@ RREPLACES_${PN} = "opkg-nogpg"
PACKAGES =+ "libopkg-dev libopkg-staticdev libopkg update-alternatives-cworth"
FILES_update-alternatives-cworth = "${bindir}/update-alternatives"
-FILES_libopkg-dev = "${libdir}/*.la ${libdir}/*.so"
+FILES_libopkg-dev = "${libdir}/*.la ${libdir}/*.so ${includedir}/libopkg"
FILES_libopkg-staticdev = "${libdir}/*.a"
FILES_libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/"