git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5721a
)
btxml: clean up bb file (reorder fields). no semantic change, no PR bump.
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 23 Mar 2007 17:30:00 +0000
(17:30 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 23 Mar 2007 17:30:00 +0000
(17:30 +0000)
packages/btxml/btxml.bb
patch
|
blob
|
history
diff --git
a/packages/btxml/btxml.bb
b/packages/btxml/btxml.bb
index
b48ebb7
..
d072b85
100644
(file)
--- a/
packages/btxml/btxml.bb
+++ b/
packages/btxml/btxml.bb
@@
-1,9
+1,9
@@
DESCRIPTION = "Bluetooh Download Data from remote phones"
-PRIORITY = "optional"
-SECTIONS = "apps"
-DEPENDS = "bluez-libs"
HOMEPAGE = "http://www.saftware.de"
+SECTION = "apps"
+PRIORITY = "optional"
LICENSE = "GPL"
+DEPENDS = "bluez-libs"
SRC_URI = "http://www.saftware.de/bluetooth/btxml.c"
S = "${WORKDIR}"