mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
meta-moblin: Convert from recipes to use the autotools_stage class
This commit is contained in:
@@ -7,8 +7,4 @@ XORG_PN = "${PN}"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user