]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
opkg: put libopkg header files into libopkg-dev
authorPaul Barker <paul@paulbarker.me.uk>
Mon, 17 Jun 2013 00:22:03 +0000 (01:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jun 2013 16:02:47 +0000 (17:02 +0100)
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>
meta/recipes-devtools/opkg/opkg.inc

index 3b8c4e8e40e8dd95adae3376dac9a4a0cd2b397a..f2c826b5255cb276d609871ea54a444e556f30e6 100644 (file)
@@ -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/"