aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/xorg-lib/libxau-native_1.0.3.bb12
-rw-r--r--recipes/xorg-lib/libxau-native_1.0.5.bb9
-rw-r--r--recipes/xorg-lib/libxau-sdk_1.0.3.bb6
-rw-r--r--recipes/xorg-lib/libxau_1.0.3.bb2
-rw-r--r--recipes/xorg-lib/libxau_1.0.4.bb2
-rw-r--r--recipes/xorg-lib/libxau_1.0.5.bb2
6 files changed, 3 insertions, 30 deletions
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
index 8636b44108..0000000000
--- a/recipes/xorg-lib/libxau-native_1.0.3.bb
+++ /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
index 3fc07b6ab6..0000000000
--- a/recipes/xorg-lib/libxau-native_1.0.5.bb
+++ /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
index 64373f45a9..0000000000
--- a/recipes/xorg-lib/libxau-sdk_1.0.3.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxau_${PV}.bb
-
-DEPENDS = "xproto-sdk util-macros-sdk"
-PROVIDES = ""
-
-inherit sdk
diff --git a/recipes/xorg-lib/libxau_1.0.3.bb b/recipes/xorg-lib/libxau_1.0.3.bb
index ad87141e04..d54d6e3006 100644
--- a/recipes/xorg-lib/libxau_1.0.3.bb
+++ b/recipes/xorg-lib/libxau_1.0.3.bb
@@ -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"
diff --git a/recipes/xorg-lib/libxau_1.0.4.bb b/recipes/xorg-lib/libxau_1.0.4.bb
index 070b6b8fba..4aef9a5bb9 100644
--- a/recipes/xorg-lib/libxau_1.0.4.bb
+++ b/recipes/xorg-lib/libxau_1.0.4.bb
@@ -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"
diff --git a/recipes/xorg-lib/libxau_1.0.5.bb b/recipes/xorg-lib/libxau_1.0.5.bb
index aa8c68d602..23b5a4e268 100644
--- a/recipes/xorg-lib/libxau_1.0.5.bb
+++ b/recipes/xorg-lib/libxau_1.0.5.bb
@@ -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"