[meta-virtualization] [m-c-s][PATCH 01/11] meta-openstack: remove unneeded dangling bbappends

Mark Asselstine mark.asselstine at windriver.com
Wed Aug 5 13:29:42 PDT 2015


Several bbappends are now dangling as the base recipes have moved to
different versions. These specific danglers have been reviewed and
don't have any demonstrable purpose any longer and can therefor be
removed.

For example the busybox default config now enables CONFIG_WHICH so
there is no reason to continue to 'patch' this config setting.

For recipes which used brokensep in order to work around S != B build
issues the fact that the bbappend was dangling and the recipe was
building successfully is enough to demonstrate that the bbappend was
no longer needed.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 meta-openstack/recipes-containers/lxc/lxc_1.0.7.bbappend          | 1 -
 meta-openstack/recipes-core/busybox/busybox/horizon.cfg           | 1 -
 meta-openstack/recipes-core/busybox/busybox_1.23.1.bbappend       | 5 -----
 meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend | 2 --
 meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend   | 1 -
 meta-openstack/recipes-support/ntp/ntp_4.2.8.bbappend             | 1 -
 6 files changed, 11 deletions(-)
 delete mode 100644 meta-openstack/recipes-containers/lxc/lxc_1.0.7.bbappend
 delete mode 100644 meta-openstack/recipes-core/busybox/busybox/horizon.cfg
 delete mode 100644 meta-openstack/recipes-core/busybox/busybox_1.23.1.bbappend
 delete mode 100644 meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend
 delete mode 100644 meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend
 delete mode 100644 meta-openstack/recipes-support/ntp/ntp_4.2.8.bbappend

diff --git a/meta-openstack/recipes-containers/lxc/lxc_1.0.7.bbappend b/meta-openstack/recipes-containers/lxc/lxc_1.0.7.bbappend
deleted file mode 100644
index 7447c56..0000000
--- a/meta-openstack/recipes-containers/lxc/lxc_1.0.7.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-inherit autotools-brokensep
diff --git a/meta-openstack/recipes-core/busybox/busybox/horizon.cfg b/meta-openstack/recipes-core/busybox/busybox/horizon.cfg
deleted file mode 100644
index 52ec794..0000000
--- a/meta-openstack/recipes-core/busybox/busybox/horizon.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_WHICH=y
diff --git a/meta-openstack/recipes-core/busybox/busybox_1.23.1.bbappend b/meta-openstack/recipes-core/busybox/busybox_1.23.1.bbappend
deleted file mode 100644
index 569bd30..0000000
--- a/meta-openstack/recipes-core/busybox/busybox_1.23.1.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += " \
-            file://horizon.cfg \
-           "
diff --git a/meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend b/meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend
deleted file mode 100644
index 353fa3a..0000000
--- a/meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# repair the install location to be site-packages/nose/*
-inherit setuptools
diff --git a/meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend b/meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend
deleted file mode 100644
index 7447c56..0000000
--- a/meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-inherit autotools-brokensep
diff --git a/meta-openstack/recipes-support/ntp/ntp_4.2.8.bbappend b/meta-openstack/recipes-support/ntp/ntp_4.2.8.bbappend
deleted file mode 100644
index 7447c56..0000000
--- a/meta-openstack/recipes-support/ntp/ntp_4.2.8.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-inherit autotools-brokensep
-- 
2.1.4



More information about the meta-virtualization mailing list