blob: 3159f8c27ca104b812297e2ea495c3b3486762d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SECTION = "base"
DESCRIPTION = "PM hooks"
LICENSE="GPL"
PR = "r0"
SRC_URI = "http://git.fnordovax.org/pm-utils/snapshot/pm-utils-pm-utils-1.2.tar.gz"
inherit pkgconfig autotools
FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \
${datadir}/doc/pm-utils/README.debugging"
do_configure_prepend () {
autoreconf -f -i -s
}
S = "${WORKDIR}/pm-utils"
|