summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/postinst-intercept
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-04-03 18:45:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-05 14:49:07 +0100
commitf2a19a7fd1bf38ba37ca54fd03ec8b238862ea17 (patch)
treefdc01f1352a7ab0474126508d69f4111ec43f9a0 /meta/recipes-devtools/postinst-intercept
parentc65965123b0489c5c85d2e6d22daee3c38668be3 (diff)
downloadpoky-f2a19a7fd1bf38ba37ca54fd03ec8b238862ea17.tar.gz
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 <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/postinst-intercept')
-rw-r--r--meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb18
1 files changed, 0 insertions, 18 deletions
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 @@
1SUMMARY = "Postinstall scriptlets"
2LICENSE = "MIT"
3
4FILES_${PN}_append = " ${datadir}/postinst-intercepts/*"
5
6do_configure[noexec] = "1"
7do_compile[noexec] = "1"
8
9do_install() {
10 install -d ${D}${datadir}/postinst-intercepts
11 install -m 755 ${COREBASE}/scripts/postinst-intercepts/postinst_intercept ${D}${datadir}/postinst-intercepts/
12 install -m 755 ${COREBASE}/scripts/postinst-intercepts/update_font_cache ${D}${datadir}/postinst-intercepts/
13 install -m 755 ${COREBASE}/scripts/postinst-intercepts/update_icon_cache ${D}${datadir}/postinst-intercepts/
14 install -m 755 ${COREBASE}/scripts/postinst-intercepts/update_pixbuf_cache ${D}${datadir}/postinst-intercepts/
15}
16
17inherit nativesdk
18INHIBIT_DEFAULT_DEPS = "1"