diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 12:36:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:34 +0200 |
commit | 659f8c0df76c92031e4eec0f761fee41e2ab48d9 (patch) | |
tree | d867e015c3239b4cb79c38a10e28aecf7e9dcfdd /recipes | |
parent | 40447c0205addd27f3f50b3a8a2bebf6a908becc (diff) |
libxfixes: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/libxfixes-native_4.0.3.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfixes-native_4.0.4.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfixes-native_4.0.5.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfixes_4.0.3.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfixes_4.0.4.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfixes_4.0.5.bb | 1 |
6 files changed, 3 insertions, 21 deletions
diff --git a/recipes/xorg-lib/libxfixes-native_4.0.3.bb b/recipes/xorg-lib/libxfixes-native_4.0.3.bb deleted file mode 100644 index 2be306149d..0000000000 --- a/recipes/xorg-lib/libxfixes-native_4.0.3.bb +++ /dev/null @@ -1,9 +0,0 @@ -require libxfixes_${PV}.bb - -DEPENDS = "libx11-native" -PE = "1" - -inherit native - -SRC_URI[archive.md5sum] = "1990d19725a3c7f32290037f02d3737f" -SRC_URI[archive.sha256sum] = "547e093c5037c4b85ce653ce26f5bd70a97b177f9b582f5351a626d8e0a829dd" diff --git a/recipes/xorg-lib/libxfixes-native_4.0.4.bb b/recipes/xorg-lib/libxfixes-native_4.0.4.bb deleted file mode 100644 index 5ef6ded80a..0000000000 --- a/recipes/xorg-lib/libxfixes-native_4.0.4.bb +++ /dev/null @@ -1,6 +0,0 @@ -require libxfixes_${PV}.bb - -DEPENDS = "libx11-native" -PE = "1" - -inherit native diff --git a/recipes/xorg-lib/libxfixes-native_4.0.5.bb b/recipes/xorg-lib/libxfixes-native_4.0.5.bb deleted file mode 100644 index 5ef6ded80a..0000000000 --- a/recipes/xorg-lib/libxfixes-native_4.0.5.bb +++ /dev/null @@ -1,6 +0,0 @@ -require libxfixes_${PV}.bb - -DEPENDS = "libx11-native" -PE = "1" - -inherit native diff --git a/recipes/xorg-lib/libxfixes_4.0.3.bb b/recipes/xorg-lib/libxfixes_4.0.3.bb index b0d065d4cd..516de67ced 100644 --- a/recipes/xorg-lib/libxfixes_4.0.3.bb +++ b/recipes/xorg-lib/libxfixes_4.0.3.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X Fixes extension library." LICENSE= "BSD-X" DEPENDS += "virtual/libx11 xproto fixesproto xextproto" +BBCLASSEXTEND = "native" PE = "1" XORG_PN = "libXfixes" diff --git a/recipes/xorg-lib/libxfixes_4.0.4.bb b/recipes/xorg-lib/libxfixes_4.0.4.bb index 4078aca9ec..c61d33c24c 100644 --- a/recipes/xorg-lib/libxfixes_4.0.4.bb +++ b/recipes/xorg-lib/libxfixes_4.0.4.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X Fixes extension library." LICENSE= "BSD-X" DEPENDS += "virtual/libx11 xproto fixesproto xextproto" +BBCLASSEXTEND = "native" PE = "1" XORG_PN = "libXfixes" diff --git a/recipes/xorg-lib/libxfixes_4.0.5.bb b/recipes/xorg-lib/libxfixes_4.0.5.bb index e6a78bb4ac..f2f7d78af0 100644 --- a/recipes/xorg-lib/libxfixes_4.0.5.bb +++ b/recipes/xorg-lib/libxfixes_4.0.5.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X Fixes extension library." LICENSE= "BSD-X" DEPENDS += "virtual/libx11 xproto fixesproto xextproto" +BBCLASSEXTEND = "native" PE = "1" XORG_PN = "libXfixes" |