mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools
This commit is contained in:
@@ -4,14 +4,10 @@ LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "clutter-gst-0.6 gnome-vfs"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${S}/table ${D}${bindir}/table
|
||||
}
|
||||
|
||||
#do_stage () {
|
||||
# autotools_stage_all
|
||||
#}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user