btxml: clean up bb file (reorder fields). no semantic change, no PR bump.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 23 Mar 2007 17:30:00 +0000 (17:30 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 23 Mar 2007 17:30:00 +0000 (17:30 +0000)
packages/btxml/btxml.bb

index b48ebb7..d072b85 100644 (file)
@@ -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}"