diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-03-21 08:51:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:36:17 +0100 |
commit | 320816f96b81b8eac02b5bbdbd3d8c79d0095a00 (patch) | |
tree | 083758b206e07bb7c6565e7ee51222ef14ffd2c5 /meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | |
parent | 2aa0540515efc15957101e24224b425ee00446d9 (diff) | |
download | openembedded-core-320816f96b81b8eac02b5bbdbd3d8c79d0095a00.tar.gz openembedded-core-320816f96b81b8eac02b5bbdbd3d8c79d0095a00.tar.bz2 openembedded-core-320816f96b81b8eac02b5bbdbd3d8c79d0095a00.zip |
xorg: add more native BBCLASSEXTENDs from meta-oe
* We have now .bbappends in meta-oe, but adding native BBCLASSEXTEND
doesn't add any maintenance cost to oe-core and makes recipe upgrades
easier (no need to wait for .bbappend renames ready for meta-oe).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb index f2b4eac96f..dfc2425d54 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb @@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" DEPENDS += "virtual/libx11 damageproto libxfixes" PROVIDES = "xdamage" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" |