diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-05 16:29:42 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-06 09:35:50 -0400 |
commit | b010a6665e6ccdfd898c3f2b5151fca923fe200b (patch) | |
tree | 51f429d3bdd5190621a7cc315775537185f9a6d9 | |
parent | b05d52ff60da2221b380944f17661f23de6232a2 (diff) | |
download | meta-cloud-services-b010a6665e6ccdfd898c3f2b5151fca923fe200b.tar.gz |
meta-openstack: remove unneeded dangling bbappends
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@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
6 files changed, 0 insertions, 11 deletions
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 @@ | |||
1 | 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 @@ | |||
1 | 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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI += " \ | ||
4 | file://horizon.cfg \ | ||
5 | " | ||
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 @@ | |||
1 | # repair the install location to be site-packages/nose/* | ||
2 | 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 @@ | |||
1 | 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 @@ | |||
1 | inherit autotools-brokensep | ||