From: Paul Barker Date: Mon, 17 Jun 2013 00:22:03 +0000 (+0100) Subject: opkg: put libopkg header files into libopkg-dev X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36967 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79cd4208340b56afc044d8e3abc72d43d395062;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index 3b8c4e8e40e..f2c826b5255 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/"