[oe-commits] Paul Barker : opkg: put libopkg header files into libopkg-dev

git at git.openembedded.org git at git.openembedded.org
Tue Jun 18 16:26:41 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f79cd4208340b56afc044d8e3abc72d43d395062
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f79cd4208340b56afc044d8e3abc72d43d395062

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Mon Jun 17 01:22:03 2013 +0100

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 at paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/opkg/opkg.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index 3b8c4e8..f2c826b 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/"
 



More information about the Openembedded-commits mailing list