From f2a19a7fd1bf38ba37ca54fd03ec8b238862ea17 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 3 Apr 2018 18:45:17 +0300 Subject: nativesdk-postinst-intercept: remove the recipe Its use required a script from an external repo which hasn't been updated in 4 years, the recipe itself is out of date (doesn't install all intercepts), and there is no oe-selftest or documentation for this. If anyone still wants this, please do it in a separate layer. (From OE-Core rev: 1fbae102fde54c9e7a0d74a4cda9900cd17640d6) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../nativesdk-postinst-intercept_1.0.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb (limited to 'meta/recipes-devtools/postinst-intercept') diff --git a/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb b/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb deleted file mode 100644 index 938ac8ad7b..0000000000 --- a/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Postinstall scriptlets" -LICENSE = "MIT" - -FILES_${PN}_append = " ${datadir}/postinst-intercepts/*" - -do_configure[noexec] = "1" -do_compile[noexec] = "1" - -do_install() { - install -d ${D}${datadir}/postinst-intercepts - install -m 755 ${COREBASE}/scripts/postinst-intercepts/postinst_intercept ${D}${datadir}/postinst-intercepts/ - install -m 755 ${COREBASE}/scripts/postinst-intercepts/update_font_cache ${D}${datadir}/postinst-intercepts/ - install -m 755 ${COREBASE}/scripts/postinst-intercepts/update_icon_cache ${D}${datadir}/postinst-intercepts/ - install -m 755 ${COREBASE}/scripts/postinst-intercepts/update_pixbuf_cache ${D}${datadir}/postinst-intercepts/ -} - -inherit nativesdk -INHIBIT_DEFAULT_DEPS = "1" -- cgit v1.2.3-54-g00ecf