diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 10:33:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:10:44 +0200 |
commit | 8b616f148b23d51211ab7ec0d72dc708381be82b (patch) | |
tree | ff2f9e1131c6603825b68e3bccc350f6c25eaaa1 /recipes | |
parent | 358415b1d330157a1fe55d5334c64607bd21327b (diff) |
libxcursor: 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/libxcursor-native_1.1.10.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-lib/libxcursor-native_1.1.9.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-lib/libxcursor_1.1.10.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxcursor_1.1.8.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxcursor_1.1.9.bb | 1 |
5 files changed, 3 insertions, 15 deletions
diff --git a/recipes/xorg-lib/libxcursor-native_1.1.10.bb b/recipes/xorg-lib/libxcursor-native_1.1.10.bb deleted file mode 100644 index 403030e93d..0000000000 --- a/recipes/xorg-lib/libxcursor-native_1.1.10.bb +++ /dev/null @@ -1,6 +0,0 @@ -require libxcursor_${PV}.bb - -DEPENDS = "libx11-native fixesproto-native libxfixes-native" -PE = "1" - -inherit native diff --git a/recipes/xorg-lib/libxcursor-native_1.1.9.bb b/recipes/xorg-lib/libxcursor-native_1.1.9.bb deleted file mode 100644 index a97c443629..0000000000 --- a/recipes/xorg-lib/libxcursor-native_1.1.9.bb +++ /dev/null @@ -1,9 +0,0 @@ -require libxcursor_${PV}.bb - -DEPENDS = "libx11-native fixesproto-native libxfixes-native" -PE = "1" - -inherit native - -SRC_URI[archive.md5sum] = "99b7554037a92b260891091e81815a0a" -SRC_URI[archive.sha256sum] = "1dffb3542271c8ce964066d561474caec5b639d6588b257b21cfb8225a15d2b4" diff --git a/recipes/xorg-lib/libxcursor_1.1.10.bb b/recipes/xorg-lib/libxcursor_1.1.10.bb index a4ac63c6fa..5ca754b671 100644 --- a/recipes/xorg-lib/libxcursor_1.1.10.bb +++ b/recipes/xorg-lib/libxcursor_1.1.10.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X cursor management library" LICENSE= "BSD-X" DEPENDS += "libxrender libxfixes" +BBCLASSEXTEND = "native" PR = "r2" PE = "1" diff --git a/recipes/xorg-lib/libxcursor_1.1.8.bb b/recipes/xorg-lib/libxcursor_1.1.8.bb index 172593ef84..1d08b8641e 100644 --- a/recipes/xorg-lib/libxcursor_1.1.8.bb +++ b/recipes/xorg-lib/libxcursor_1.1.8.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X cursor management library" LICENSE= "BSD-X" DEPENDS += "libxrender libxfixes" +BBCLASSEXTEND = "native" PR = "r2" PE = "1" diff --git a/recipes/xorg-lib/libxcursor_1.1.9.bb b/recipes/xorg-lib/libxcursor_1.1.9.bb index 73d2749157..013a3136b4 100644 --- a/recipes/xorg-lib/libxcursor_1.1.9.bb +++ b/recipes/xorg-lib/libxcursor_1.1.9.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X cursor management library" LICENSE= "BSD-X" DEPENDS += "libxrender libxfixes" +BBCLASSEXTEND = "native" PR = "r2" PE = "1" |