mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SECTION = "base"
|
||||
DESCRIPTION = "PM hooks"
|
||||
LICENSE="GPL"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.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
|
||||
}
|
||||
Reference in New Issue
Block a user