diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 09:54:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:22 +0200 |
commit | 7c206163d5d34bedb4d839f2c4ca8a6bfed9fad6 (patch) | |
tree | 7ac7cd45475dbf3fdd307187ec240b77509c19fa /recipes/xorg-app/xkbcomp_1.0.5.bb | |
parent | 42a2797903b5b44e3631d6acc4ed446d4a39d0cc (diff) |
xkbcomp: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xkbcomp_1.0.5.bb')
-rw-r--r-- | recipes/xorg-app/xkbcomp_1.0.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-app/xkbcomp_1.0.5.bb b/recipes/xorg-app/xkbcomp_1.0.5.bb index 0ff58e3ee9..a247bf38b3 100644 --- a/recipes/xorg-app/xkbcomp_1.0.5.bb +++ b/recipes/xorg-app/xkbcomp_1.0.5.bb @@ -4,6 +4,8 @@ DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol d DEPENDS += " virtual/libx11 libxkbfile" +BBCLASSEXTEND = "native" + SRC_URI[archive.md5sum] = "6cc96c3e4ed5d9802fe717beac008f19" SRC_URI[archive.sha256sum] = "204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |