Message ID | 20241204114441.1323741-2-ross.burton@arm.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] xserver-common: remove obsolete recipe | expand |
diff --git a/meta-oe/classes/gpe.bbclass b/meta-oe/classes/gpe.bbclass deleted file mode 100644 index a9b1cd5a90..0000000000 --- a/meta-oe/classes/gpe.bbclass +++ /dev/null @@ -1,17 +0,0 @@ -DEPENDS:prepend = "virtual/libintl intltool-native " -GPE_TARBALL_SUFFIX ?= "gz" -SRC_URI = "${GPE_MIRROR}/${BP}.tar.${GPE_TARBALL_SUFFIX}" -FILES:${PN} += "${datadir}/gpe ${datadir}/application-registry" -SECTION ?= "gpe" - -inherit gettext - -gpe_do_compile() { - oe_runmake PREFIX=${prefix} -} - -gpe_do_install() { - oe_runmake PREFIX=${prefix} DESTDIR=${D} install -} - -EXPORT_FUNCTIONS do_compile do_install
xserver-common was the last recipe to use this, so remove it. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-oe/classes/gpe.bbclass | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-oe/classes/gpe.bbclass