diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-13 16:49:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-13 16:49:52 +0000 |
commit | f6262ccc0ad9aac25492272f5578eacc8dd423df (patch) | |
tree | 3f31ff81b68047b65763e0c3bf20cacaa3c53e2c /openobex | |
parent | 4506d7aac15858dd2c7e36cb89ea8b19aba8a115 (diff) |
move openobex-config into -dev package
BKrev: 40cc85b0ZXqz-dQ0oyE-BkUIQpXysg
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex_1.0.1.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index 9fe7b2cf99..9e19f9834d 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -1,7 +1,12 @@ +PR = "r1" DESCRIPTION = "The Openobex project aims to make an \ open source implementation of the Object Exchange \ (OBEX) protocol." +# put openobex-config into -dev package +FILES_${PN} = "${libdir}" +FILES_${PN}-dev += "${bindir}" + SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ file://syms.patch;patch=1" |