ipaq-sleep: reorder fields according to StyleGuide (while browsing bug 4101)
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 17 May 2008 01:43:24 +0000 (01:43 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 17 May 2008 01:43:24 +0000 (01:43 +0000)
packages/ipaq-sleep/ipaq-sleep_0.9.bb

index a3fcbdf..24d881d 100644 (file)
@@ -1,17 +1,14 @@
-
+DESCRIPTION = "Automatic sleep/suspend control daemon"
+SECTION = "x11/base"
 LICENSE = "GPL"
-inherit gpe pkgconfig
-
 DEPENDS = "apmd virtual/xserver libxext virtual/libx11 libxau xscrnsaverh libxss"
-SECTION = "x11/base"
 RDEPENDS = "apm"
+PR = "r6"
+
+inherit gpe pkgconfig
 
 SRC_URI_append = " file://init-script-busybox.patch;patch=1"
 SRC_URI_append = " file://install-fix.patch;patch=1"
 SRC_URI_append = " file://unbreak.patch;patch=1"
 
-PR = "r6"
-
-DESCRIPTION = "Automatic sleep/suspend control daemon"
-
 CONFFILES_${PN} += "${sysconfdir}/ipaq-sleep.conf"