summaryrefslogtreecommitdiffstats
path: root/meta/recipes-tbd/meta/staging-linkage_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-tbd/meta/staging-linkage_1.0.bb')
-rw-r--r--meta/recipes-tbd/meta/staging-linkage_1.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-tbd/meta/staging-linkage_1.0.bb b/meta/recipes-tbd/meta/staging-linkage_1.0.bb
deleted file mode 100644
index 9ecc0d5af1..0000000000
--- a/meta/recipes-tbd/meta/staging-linkage_1.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "staging-linkage sets up symlinks in staging so old compilers continue to work with the sysroot staging layout changes"
-SECTION = "devel"
-PACKAGES = ""
-
-INHIBIT_DEFAULT_DEPS = "1"
-EXCLUDE_FROM_WORLD = "1"
-PR = "r0"
-
-SRC_URI = ""
-
-do_configure() {
- :
-}
-
-do_compile () {
- :
-}
-
-PSTAGING_DISABLED = "1"
-
-do_install () {
- if [ -e ${STAGING_DIR_HOST}${base_libdir} ]; then
- cp -pPRr ${STAGING_DIR_HOST}${base_libdir}/* ${STAGING_LIBDIR}
- mv ${STAGING_DIR_HOST}${base_libdir}/ ${STAGING_DIR_HOST}${libdir}-oldbackup
- fi
- ln -s ${STAGING_LIBDIR}/ ${STAGING_DIR_HOST}${base_libdir}
-}