diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-04-03 18:45:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:07 +0100 |
commit | f2a19a7fd1bf38ba37ca54fd03ec8b238862ea17 (patch) | |
tree | fdc01f1352a7ab0474126508d69f4111ec43f9a0 | |
parent | c65965123b0489c5c85d2e6d22daee3c38668be3 (diff) | |
download | poky-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>
4 files changed, 0 insertions, 21 deletions
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index 8ec623befb..13c7e652bc 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
@@ -313,7 +313,6 @@ DISTRO_PN_ALIAS_pn-pkgconfig = "Ubuntu=pkg-config Fedora=pkgconfig" | |||
313 | DISTRO_PN_ALIAS_pn-pointercal-xinput = "OE-Core" | 313 | DISTRO_PN_ALIAS_pn-pointercal-xinput = "OE-Core" |
314 | DISTRO_PN_ALIAS_pn-pong-clock = "OpenedHand" | 314 | DISTRO_PN_ALIAS_pn-pong-clock = "OpenedHand" |
315 | DISTRO_PN_ALIAS_pn-portmap = "Debian=rpcbind Fedora=rpcbind" | 315 | DISTRO_PN_ALIAS_pn-portmap = "Debian=rpcbind Fedora=rpcbind" |
316 | DISTRO_PN_ALIAS_pn-postinst-intercept = "OE-Core" | ||
317 | DISTRO_PN_ALIAS_pn-powertop = "Meego=powertop Fedora=powertop Debian=powertop OpenSuSE=powertop Mandriva=powertop" | 316 | DISTRO_PN_ALIAS_pn-powertop = "Meego=powertop Fedora=powertop Debian=powertop OpenSuSE=powertop Mandriva=powertop" |
318 | DISTRO_PN_ALIAS_pn-ppp-dialin = "OE-Core" | 317 | DISTRO_PN_ALIAS_pn-ppp-dialin = "OE-Core" |
319 | DISTRO_PN_ALIAS_pn-presentproto = "Debian=x11proto-present-dev Fedora=xorg-x11-proto-devel" | 318 | DISTRO_PN_ALIAS_pn-presentproto = "Debian=x11proto-present-dev Fedora=xorg-x11-proto-devel" |
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e471891f2c..48aff9537e 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -527,7 +527,6 @@ RECIPE_MAINTAINER_pn-nativesdk-buildtools-perl-dummy = "Richard Purdie <richard. | |||
527 | RECIPE_MAINTAINER_pn-nativesdk-libtool = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 527 | RECIPE_MAINTAINER_pn-nativesdk-libtool = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
528 | RECIPE_MAINTAINER_pn-nativesdk-packagegroup-sdk-host = "Ross Burton <ross.burton@intel.com>" | 528 | RECIPE_MAINTAINER_pn-nativesdk-packagegroup-sdk-host = "Ross Burton <ross.burton@intel.com>" |
529 | RECIPE_MAINTAINER_pn-nativesdk-qemu-helper = "Juro Bystricky <juro.bystricky@intel.com>" | 529 | RECIPE_MAINTAINER_pn-nativesdk-qemu-helper = "Juro Bystricky <juro.bystricky@intel.com>" |
530 | RECIPE_MAINTAINER_pn-nativesdk-postinst-intercept = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
531 | RECIPE_MAINTAINER_pn-ncurses = "Hongxu Jia <hongxu.jia@windriver.com>" | 530 | RECIPE_MAINTAINER_pn-ncurses = "Hongxu Jia <hongxu.jia@windriver.com>" |
532 | RECIPE_MAINTAINER_pn-neard = "Maxin B. John <maxin.john@intel.com>" | 531 | RECIPE_MAINTAINER_pn-neard = "Maxin B. John <maxin.john@intel.com>" |
533 | RECIPE_MAINTAINER_pn-neon = "Maxin B. John <maxin.john@intel.com>" | 532 | RECIPE_MAINTAINER_pn-neon = "Maxin B. John <maxin.john@intel.com>" |
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 88e7c648b6..e2f6169994 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | |||
@@ -23,7 +23,6 @@ RDEPENDS_${PN} = "\ | |||
23 | nativesdk-makedevs \ | 23 | nativesdk-makedevs \ |
24 | nativesdk-dnf \ | 24 | nativesdk-dnf \ |
25 | nativesdk-cmake \ | 25 | nativesdk-cmake \ |
26 | nativesdk-postinst-intercept \ | ||
27 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ | 26 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ |
28 | nativesdk-sdk-provides-dummy \ | 27 | nativesdk-sdk-provides-dummy \ |
29 | " | 28 | " |
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 @@ | |||
1 | SUMMARY = "Postinstall scriptlets" | ||
2 | LICENSE = "MIT" | ||
3 | |||
4 | FILES_${PN}_append = " ${datadir}/postinst-intercepts/*" | ||
5 | |||
6 | do_configure[noexec] = "1" | ||
7 | do_compile[noexec] = "1" | ||
8 | |||
9 | do_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 | |||
17 | inherit nativesdk | ||
18 | INHIBIT_DEFAULT_DEPS = "1" | ||