libsm: convert to BBCLASSEXTEND
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Jun 2010 09:02:38 +0000 (11:02 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Jun 2010 09:10:43 +0000 (11:10 +0200)
* PR will be bumped later with INC_PR conversion

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-lib/libsm-native_1.0.3.bb [deleted file]
recipes/xorg-lib/libsm-native_1.1.1.bb [deleted file]
recipes/xorg-lib/libsm_1.0.2.bb
recipes/xorg-lib/libsm_1.0.3.bb
recipes/xorg-lib/libsm_1.1.0.bb
recipes/xorg-lib/libsm_1.1.1.bb

diff --git a/recipes/xorg-lib/libsm-native_1.0.3.bb b/recipes/xorg-lib/libsm-native_1.0.3.bb
deleted file mode 100644 (file)
index 0fd8eb6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require libsm_${PV}.bb
-
-inherit native
-
-DEPENDS = "libx11-native libice-native xproto-native xtrans-native"
-
-XORG_PN = "libSM"
-
-SRC_URI[archive.md5sum] = "184cbf502b3cd5d7ba5f9d1290a99606"
-SRC_URI[archive.sha256sum] = "57f42d3557effe452cd348362977ff90fa61009885c23b3aca8cb0219b5dec04"
diff --git a/recipes/xorg-lib/libsm-native_1.1.1.bb b/recipes/xorg-lib/libsm-native_1.1.1.bb
deleted file mode 100644 (file)
index 78268a1..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-require libsm_${PV}.bb
-
-inherit native
-
-DEPENDS = "libx11-native libice-native xproto-native xtrans-native"
-
-XORG_PN = "libSM"
index 193e949..74759f2 100644 (file)
@@ -1,13 +1,12 @@
 require xorg-lib-common.inc
-PE = "1"
-
-DESCRIPTION = "Session management library"
 PRIORITY = "optional"
 
+DESCRIPTION = "Session management library"
 DEPENDS += " libice xproto xtrans"
+BBCLASSEXTEND = "native"
+PE = "1"
 
 XORG_PN = "libSM"
 
-
 SRC_URI[archive.md5sum] = "a254771550c01db372e88d1a1dc2e13a"
 SRC_URI[archive.sha256sum] = "e290614797bd626c1b92bac8f83e8954b99bd66e6ecdaa1e935e176df099eba8"
index 85f4a88..92efd3f 100644 (file)
@@ -2,6 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 Session management library"
 DEPENDS += "libice xproto xtrans"
+BBCLASSEXTEND = "native"
 PR = "r1"
 PE = "1"
 
index f76ee31..deb0eef 100644 (file)
@@ -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"
index 7dba3c2..c9a1fd8 100644 (file)
@@ -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"