[oe] [meta-filesystems][PATCH v2 0/1] Add aufs-util

Paul Eggleton paul.eggleton at linux.intel.com
Thu Jun 19 14:09:55 UTC 2014


Since v1, fix the following issues:
 * Use 3.9 as the version since that is materially the same as
   3.x-rcN upstream
 * Use class overrides instead of context checks within the functions
 * Remove trailing slash on S value which led to debugedit failure (!)
 * Add RRECOMMENDS in case aufs is built as a module
 * Drop paths within SRC_URI
 * Fix HOMEPAGE
 * Spaces instead of tabs

(Sorry, this was a long time coming.)


The following changes since commit 8a9d356a9202350766a68aa07f97ea97e9ed0a51:

  webmin: split out webmin themes (2014-06-18 17:55:55 +0100)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/aufs-util
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/aufs-util

Paul Eggleton (1):
  aufs-util: add new recipe

 ...dd-tool-concept-to-Makefile-for-cross-com.patch |  29 +++
 .../aufs-util-don-t-strip-executables.patch        |  37 ++++
 .../recipes-utils/aufs-util/aufs-util/aufs_type.h  | 210 +++++++++++++++++++++
 .../recipes-utils/aufs-util/aufs-util_git.bb       |  53 ++++++
 4 files changed, 329 insertions(+)
 create mode 100644 meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
 create mode 100644 meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
 create mode 100644 meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs_type.h
 create mode 100644 meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb

-- 
1.9.3



More information about the Openembedded-devel mailing list