mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated tarballs
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE="GPL"
|
|||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "http://git.fnordovax.org/pm-utils/snapshot/pm-utils-pm-utils-1.2.tar.gz"
|
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
|
||||||
|
|
||||||
inherit pkgconfig autotools
|
inherit pkgconfig autotools
|
||||||
|
|
||||||
@@ -14,5 +14,3 @@ FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \
|
|||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
autoreconf -f -i -s
|
autoreconf -f -i -s
|
||||||
}
|
}
|
||||||
|
|
||||||
S = "${WORKDIR}/pm-utils"
|
|
||||||
Reference in New Issue
Block a user