diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-13 18:06:04 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-13 18:06:04 +0000 |
commit | 95439ac6742d1566633cd248b0e51ea88055674f (patch) | |
tree | 5fbff13e89b0370dd56434d259878fc99fddd0a6 /openobex | |
parent | fa097feafd6109d26d013c5da3bd108d961669c5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/06/13 20:06:00+02:00 uni-frankfurt.de!pb_
fix snafu in last patch
BKrev: 40cc978cOnHGSa1IkqPfsyrzS0r-8Q
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex_1.0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index 9e19f9834d..328d9b62fd 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -4,7 +4,7 @@ open source implementation of the Object Exchange \ (OBEX) protocol." # put openobex-config into -dev package -FILES_${PN} = "${libdir}" +FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ |