blob: c7adbb057cbc564e1668231d73bf08d3f8757430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LICENSE = "GPL"
inherit gpe pkgconfig
DEPENDS = "apmd virtual/xserver libxext virtual/libx11 libxau xscrnsaverh libxss"
SECTION = "x11/base"
RDEPENDS = "apm"
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 = "r2"
DESCRIPTION = "Automatic sleep/suspend control daemon"
CONFFILES_${PN} += "${sysconfdir}/ipaq-sleep.conf"
|