From: Rolf Leggewie Date: Sat, 17 May 2008 01:43:24 +0000 (+0000) Subject: ipaq-sleep: reorder fields according to StyleGuide (while browsing bug 4101) X-Git-Tag: Release-2010-05/1~6918 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78bd8dea4b5a21c926918b412d19a08baec55b9;p=openembedded.git ipaq-sleep: reorder fields according to StyleGuide (while browsing bug 4101) --- diff --git a/packages/ipaq-sleep/ipaq-sleep_0.9.bb b/packages/ipaq-sleep/ipaq-sleep_0.9.bb index a3fcbdf270..24d881dd05 100644 --- a/packages/ipaq-sleep/ipaq-sleep_0.9.bb +++ b/packages/ipaq-sleep/ipaq-sleep_0.9.bb @@ -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"