diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-06-17 01:22:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 17:02:47 +0100 |
commit | 873689bbabba25e7be5c12317c04519a7bc8d0ef (patch) | |
tree | d72072916f8493e9e688d10902f0b40a645d7693 /meta/lib/oe/tests/test_utils.py | |
parent | 631a0ec8cc7e53c2df2fc62c5276f940ed45b39e (diff) | |
download | openembedded-core-873689bbabba25e7be5c12317c04519a7bc8d0ef.tar.gz openembedded-core-873689bbabba25e7be5c12317c04519a7bc8d0ef.tar.bz2 openembedded-core-873689bbabba25e7be5c12317c04519a7bc8d0ef.zip |
opkg: fix header installation for libopkg
When opkg is built outside the source directory, libopkg headers aren't all
installed as the search path for headers only includes the directory that make
is being ran in, not the source directory. So we fix this by adding
$(srcdir)/*.h to the list of header files to install.
Without this patch, "/usr/include/libopkg" will only include the file config.h.
With this patch, other files such as "opkg.h" are present which are needed to
compile software which uses libopkg.
The new patch has also been submitted upstream as a fix to opkg itself.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/tests/test_utils.py')
0 files changed, 0 insertions, 0 deletions