libxau: convert to BBCLASSEXTEND
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Jun 2010 13:05:43 +0000 (15:05 +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/libxau-native_1.0.3.bb [deleted file]
recipes/xorg-lib/libxau-native_1.0.5.bb [deleted file]
recipes/xorg-lib/libxau-sdk_1.0.3.bb [deleted file]
recipes/xorg-lib/libxau_1.0.3.bb
recipes/xorg-lib/libxau_1.0.4.bb
recipes/xorg-lib/libxau_1.0.5.bb

diff --git a/recipes/xorg-lib/libxau-native_1.0.3.bb b/recipes/xorg-lib/libxau-native_1.0.3.bb
deleted file mode 100644 (file)
index 8636b44..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-require libxau_${PV}.bb
-
-DEPENDS = "xproto-native util-macros-native"
-PROVIDES = ""
-PR = "r1"
-
-XORG_PN = "libXau"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "75a9f2b85cd1617b5ca98c9095323853"
-SRC_URI[archive.sha256sum] = "d6c30a88770a720e96e0bd7e13e0334f9ef60f1b475a92556764828005c19e3b"
diff --git a/recipes/xorg-lib/libxau-native_1.0.5.bb b/recipes/xorg-lib/libxau-native_1.0.5.bb
deleted file mode 100644 (file)
index 3fc07b6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require libxau_${PV}.bb
-
-DEPENDS = "xproto-native util-macros-native"
-PROVIDES = ""
-PR = "r1"
-
-XORG_PN = "libXau"
-
-inherit native
diff --git a/recipes/xorg-lib/libxau-sdk_1.0.3.bb b/recipes/xorg-lib/libxau-sdk_1.0.3.bb
deleted file mode 100644 (file)
index 64373f4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxau_${PV}.bb
-
-DEPENDS = "xproto-sdk util-macros-sdk"
-PROVIDES = ""
-
-inherit sdk
index ad87141..d54d6e3 100644 (file)
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "A Sample Authorization Protocol for X"
 DEPENDS += " xproto"
-PROVIDES = "xau"
+BBCLASSEXTEND = "native sdk"
 PE = "1"
 
 XORG_PN = "libXau"
index 070b6b8..4aef9a5 100644 (file)
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "A Sample Authorization Protocol for X"
 DEPENDS += " xproto"
-PROVIDES = "xau"
+BBCLASSEXTEND = "native sdk"
 PE = "1"
 
 XORG_PN = "libXau"
index aa8c68d..23b5a4e 100644 (file)
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "A Sample Authorization Protocol for X"
 DEPENDS += " xproto"
-PROVIDES = "xau"
+BBCLASSEXTEND = "native sdk"
 PE = "1"
 
 XORG_PN = "libXau"