diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:26:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:39 +0200 |
commit | d6a09af6b84ae0c4121e3619d2f9fe16e6c99ecb (patch) | |
tree | 20c35263e6942f98b1b48b7c9eb6edaeb22f0e85 /recipes/xorg-lib/libxrandr_1.2.1.bb | |
parent | 675e1b92aefd2f79ea04ac06f76d83cf9ebc580d (diff) |
libxrandr convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
* remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxrandr_1.2.1.bb')
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxrandr_1.2.1.bb b/recipes/xorg-lib/libxrandr_1.2.1.bb index 3cb841c6a7..547684f0e2 100644 --- a/recipes/xorg-lib/libxrandr_1.2.1.bb +++ b/recipes/xorg-lib/libxrandr_1.2.1.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" +BBCLASSEXTEND = "sdk" PR = "r1" PE = "1" |