diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 15:04:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:37 +0200 |
commit | b07ac7555c5d632ef7bab4c43f06b36181878cfb (patch) | |
tree | a45213fef04828e96454e6229e235085c8df7df2 /recipes/xorg-lib | |
parent | 22fd14c0771c8a21bf803c41d68afe509065e51d (diff) |
libxdmcp: convert to BBCLASSEXTEND
* 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>
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/libxdmcp-native_1.0.2.bb | 10 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdmcp-native_1.0.3.bb | 10 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdmcp-sdk_1.0.2.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdmcp_1.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdmcp_1.0.3.bb | 2 |
5 files changed, 2 insertions, 28 deletions
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 index 873e9397d7..0000000000 --- a/recipes/xorg-lib/libxdmcp-native_1.0.2.bb +++ /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 index 873e9397d7..0000000000 --- a/recipes/xorg-lib/libxdmcp-native_1.0.3.bb +++ /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 index d58bb07a8c..0000000000 --- a/recipes/xorg-lib/libxdmcp-sdk_1.0.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -require libxdmcp_${PV}.bb - -DEPENDS = "xproto-sdk util-macros-sdk" -PROVIDES = "" - -inherit sdk diff --git a/recipes/xorg-lib/libxdmcp_1.0.2.bb b/recipes/xorg-lib/libxdmcp_1.0.2.bb index a6455d924d..664074b52c 100644 --- a/recipes/xorg-lib/libxdmcp_1.0.2.bb +++ b/recipes/xorg-lib/libxdmcp_1.0.2.bb @@ -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" diff --git a/recipes/xorg-lib/libxdmcp_1.0.3.bb b/recipes/xorg-lib/libxdmcp_1.0.3.bb index 91ffec455f..426768ed9e 100644 --- a/recipes/xorg-lib/libxdmcp_1.0.3.bb +++ b/recipes/xorg-lib/libxdmcp_1.0.3.bb @@ -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" |