diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 15:05:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:37 +0200 |
commit | 02e13073d5ab471a276b1920051d746b1560eab2 (patch) | |
tree | 16798f4194d05a912e330cec73c5c745bbc475ff | |
parent | b07ac7555c5d632ef7bab4c43f06b36181878cfb (diff) |
libxau: 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>
-rw-r--r-- | recipes/xorg-lib/libxau-native_1.0.3.bb | 12 | ||||
-rw-r--r-- | recipes/xorg-lib/libxau-native_1.0.5.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-lib/libxau-sdk_1.0.3.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-lib/libxau_1.0.3.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-lib/libxau_1.0.4.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-lib/libxau_1.0.5.bb | 2 |
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" |