diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-20 12:38:35 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-21 07:47:43 +0100 |
commit | 77471137035131175f16164084882696b5ac48f7 (patch) | |
tree | ecc8b6d1a81f74179d5a09a8e194e176919f5f3b /recipes | |
parent | e725b1c5300ad08d4495df716ad8274bc903d475 (diff) |
pixman_git: add BBCLASSEXTEND=native (pixman-native used in cairo-native)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 1b5ca6388f..0c3008de99 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -4,9 +4,11 @@ DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" PV = "0.17.3" -PR = "r4" +PR = "r5" PR_append = "+gitr${SRCREV}" +BBCLASSEXTEND="native" + SRCREV = "c97b1e803fc214e9880eaeff98410c8fa37f9ddc" DEFAULT_PREFERENCE = "-1" |