libxdmcp: convert to BBCLASSEXTEND
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Jun 2010 13:04:18 +0000 (15:04 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 25 Jun 2010 05:30:37 +0000 (07:30 +0200)
* PR will be bumped later with INC_PR conversion
* remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-lib/libxdmcp-native_1.0.2.bb [deleted file]
recipes/xorg-lib/libxdmcp-native_1.0.3.bb [deleted file]
recipes/xorg-lib/libxdmcp-sdk_1.0.2.bb [deleted file]
recipes/xorg-lib/libxdmcp_1.0.2.bb
recipes/xorg-lib/libxdmcp_1.0.3.bb

diff --git a/recipes/xorg-lib/libxdmcp-native_1.0.2.bb b/recipes/xorg-lib/libxdmcp-native_1.0.2.bb
deleted file mode 100644 (file)
index 873e939..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require libxdmcp_${PV}.bb
-
-DEPENDS = "xproto-native util-macros-native"
-PR = "r1"
-PE = "1"
-
-XORG_PN = "libXdmcp"
-PROVIDES = ""
-
-inherit native
diff --git a/recipes/xorg-lib/libxdmcp-native_1.0.3.bb b/recipes/xorg-lib/libxdmcp-native_1.0.3.bb
deleted file mode 100644 (file)
index 873e939..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require libxdmcp_${PV}.bb
-
-DEPENDS = "xproto-native util-macros-native"
-PR = "r1"
-PE = "1"
-
-XORG_PN = "libXdmcp"
-PROVIDES = ""
-
-inherit native
diff --git a/recipes/xorg-lib/libxdmcp-sdk_1.0.2.bb b/recipes/xorg-lib/libxdmcp-sdk_1.0.2.bb
deleted file mode 100644 (file)
index d58bb07..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxdmcp_${PV}.bb
-
-DEPENDS = "xproto-sdk util-macros-sdk"
-PROVIDES = ""
-
-inherit sdk
index a6455d9..664074b 100644 (file)
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X Display Manager Control Protocol library"
 DEPENDS += "xproto"
-PROVIDES = "xdmcp"
+BBCLASSEXTEND = "native sdk"
 PR = "r1"
 PE = "1"
 
index 91ffec4..426768e 100644 (file)
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X Display Manager Control Protocol library"
 DEPENDS += "xproto"
-PROVIDES = "xdmcp"
+BBCLASSEXTEND = "native sdk"
 PR = "r1"
 PE = "1"