diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:02:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:10:43 +0200 |
commit | 358415b1d330157a1fe55d5334c64607bd21327b (patch) | |
tree | fd7e3b417d2df0f7143aa9d2df0312c809036d81 /recipes/xorg-lib/libsm_1.1.0.bb | |
parent | 2ecbde5fc5afd623b3c97555c959fc34d0a4e08f (diff) |
libsm: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libsm_1.1.0.bb')
-rw-r--r-- | recipes/xorg-lib/libsm_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libsm_1.1.0.bb b/recipes/xorg-lib/libsm_1.1.0.bb index f76ee31e6b..deb0eef65d 100644 --- a/recipes/xorg-lib/libsm_1.1.0.bb +++ b/recipes/xorg-lib/libsm_1.1.0.bb @@ -1,8 +1,8 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Session management library" -PR = "r0" DEPENDS += "libice xproto xtrans util-linux-ng" +BBCLASSEXTEND = "native" PE = "1" XORG_PN = "libSM" |