diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-15 17:40:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:49 +0100 |
commit | 562cc692389146641381899c152f64771a490a97 (patch) | |
tree | 864d7b58404838744580348cff1f0992176ea123 /meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |
parent | 2db009d944a3a15091740d617137937b72e1a1eb (diff) | |
download | poky-562cc692389146641381899c152f64771a490a97.tar.gz |
xorg-driver: use PACKAGEFUNCS instead of populate_packages_prepend
The dependency adding function has nothing to do with package splitting, so move
it to a PACKAGEFUNC.
(From OE-Core rev: b8766acd26676f619e28e90417f09848c2da43fa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xorg-driver-common.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index b46974bc2d..17fac8b8c0 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -25,8 +25,8 @@ do_install_append() { | |||
25 | } | 25 | } |
26 | 26 | ||
27 | # Function to add the relevant ABI dependency to drivers, which should be called | 27 | # Function to add the relevant ABI dependency to drivers, which should be called |
28 | # from a populate_packages append/prepend. | 28 | # from a PACKAGEFUNC. |
29 | def add_abi_depends(d, name): | 29 | def _add_xorg_abi_depends(d, name): |
30 | # Map of ABI names exposed in the dependencies to pkg-config variables | 30 | # Map of ABI names exposed in the dependencies to pkg-config variables |
31 | abis = { | 31 | abis = { |
32 | "video": "abi_videodrv", | 32 | "video": "abi_videodrv", |