diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-06-17 01:22:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-18 17:33:15 +0100 |
commit | 692b751729c35b83cad12b162330a214c3fe0f81 (patch) | |
tree | 83f914da6021d32d7dbd8fb67de1dfb3bec0f281 /meta/recipes-devtools | |
parent | ea4217591a1c290f1e257b15f358c538bbe49492 (diff) | |
download | poky-692b751729c35b83cad12b162330a214c3fe0f81.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.
(From OE-Core rev: f79cd4208340b56afc044d8e3abc72d43d395062)
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 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" | |||
42 | PACKAGES =+ "libopkg-dev libopkg-staticdev libopkg update-alternatives-cworth" | 42 | PACKAGES =+ "libopkg-dev libopkg-staticdev libopkg update-alternatives-cworth" |
43 | 43 | ||
44 | FILES_update-alternatives-cworth = "${bindir}/update-alternatives" | 44 | FILES_update-alternatives-cworth = "${bindir}/update-alternatives" |
45 | FILES_libopkg-dev = "${libdir}/*.la ${libdir}/*.so" | 45 | FILES_libopkg-dev = "${libdir}/*.la ${libdir}/*.so ${includedir}/libopkg" |
46 | FILES_libopkg-staticdev = "${libdir}/*.a" | 46 | FILES_libopkg-staticdev = "${libdir}/*.a" |
47 | FILES_libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/" | 47 | FILES_libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/" |
48 | 48 | ||