diff options
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/libsm-native_1.0.3.bb | 10 | ||||
-rw-r--r-- | recipes/xorg-lib/libsm-native_1.1.1.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-lib/libsm_1.0.2.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-lib/libsm_1.0.3.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libsm_1.1.0.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-lib/libsm_1.1.1.bb | 2 |
6 files changed, 6 insertions, 23 deletions
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 index 0fd8eb6145..0000000000 --- a/recipes/xorg-lib/libsm-native_1.0.3.bb +++ /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 index 78268a1d2b..0000000000 --- a/recipes/xorg-lib/libsm-native_1.1.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -require libsm_${PV}.bb - -inherit native - -DEPENDS = "libx11-native libice-native xproto-native xtrans-native" - -XORG_PN = "libSM" diff --git a/recipes/xorg-lib/libsm_1.0.2.bb b/recipes/xorg-lib/libsm_1.0.2.bb index 193e949329..74759f2ce2 100644 --- a/recipes/xorg-lib/libsm_1.0.2.bb +++ b/recipes/xorg-lib/libsm_1.0.2.bb @@ -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" diff --git a/recipes/xorg-lib/libsm_1.0.3.bb b/recipes/xorg-lib/libsm_1.0.3.bb index 85f4a88d2d..92efd3f4fe 100644 --- a/recipes/xorg-lib/libsm_1.0.3.bb +++ b/recipes/xorg-lib/libsm_1.0.3.bb @@ -2,6 +2,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Session management library" DEPENDS += "libice xproto xtrans" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" 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" diff --git a/recipes/xorg-lib/libsm_1.1.1.bb b/recipes/xorg-lib/libsm_1.1.1.bb index 7dba3c24c0..c9a1fd8cc1 100644 --- a/recipes/xorg-lib/libsm_1.1.1.bb +++ b/recipes/xorg-lib/libsm_1.1.1.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" |