From 2ecbde5fc5afd623b3c97555c959fc34d0a4e08f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 24 Jun 2010 09:43:24 +0200 Subject: libice: convert to BBCLASSEXTEND * PR will be bumped later with INC_PR conversion Signed-off-by: Martin Jansa --- recipes/xorg-lib/libice-native_1.0.4.bb | 11 ----------- recipes/xorg-lib/libice-native_1.0.6.bb | 8 -------- recipes/xorg-lib/libice_1.0.3.bb | 1 + recipes/xorg-lib/libice_1.0.4.bb | 1 + recipes/xorg-lib/libice_1.0.6.bb | 1 + 5 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 recipes/xorg-lib/libice-native_1.0.4.bb delete mode 100644 recipes/xorg-lib/libice-native_1.0.6.bb (limited to 'recipes/xorg-lib') diff --git a/recipes/xorg-lib/libice-native_1.0.4.bb b/recipes/xorg-lib/libice-native_1.0.4.bb deleted file mode 100644 index 47ee885e8e..0000000000 --- a/recipes/xorg-lib/libice-native_1.0.4.bb +++ /dev/null @@ -1,11 +0,0 @@ -require libice_${PV}.bb - -DEPENDS = "libx11-native xproto-native xtrans-native" -PROVIDES = "ice-native" - -inherit native - -XORG_PN = "libICE" - -SRC_URI[archive.md5sum] = "4ab4e67e0b8845aa201e984153087f4a" -SRC_URI[archive.sha256sum] = "13055e2f4c645cbd135ce97a7974a5866f9ba3ed8988e686b552f55c30514f04" diff --git a/recipes/xorg-lib/libice-native_1.0.6.bb b/recipes/xorg-lib/libice-native_1.0.6.bb deleted file mode 100644 index fd835b6013..0000000000 --- a/recipes/xorg-lib/libice-native_1.0.6.bb +++ /dev/null @@ -1,8 +0,0 @@ -require libice_${PV}.bb - -DEPENDS = "libx11-native xproto-native xtrans-native" -PROVIDES = "ice-native" - -inherit native - -XORG_PN = "libICE" diff --git a/recipes/xorg-lib/libice_1.0.3.bb b/recipes/xorg-lib/libice_1.0.3.bb index 63d2e9fcd1..ad2782962e 100644 --- a/recipes/xorg-lib/libice_1.0.3.bb +++ b/recipes/xorg-lib/libice_1.0.3.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Inter-Client Exchange library" DEPENDS += "xproto xtrans" PROVIDES = "ice" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libice_1.0.4.bb b/recipes/xorg-lib/libice_1.0.4.bb index 1517ebc45f..259c8b3959 100644 --- a/recipes/xorg-lib/libice_1.0.4.bb +++ b/recipes/xorg-lib/libice_1.0.4.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Inter-Client Exchange library" DEPENDS += "xproto xtrans" PROVIDES = "ice" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libice_1.0.6.bb b/recipes/xorg-lib/libice_1.0.6.bb index 82f79ff6e2..df8253ed12 100644 --- a/recipes/xorg-lib/libice_1.0.6.bb +++ b/recipes/xorg-lib/libice_1.0.6.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Inter-Client Exchange library" DEPENDS += "xproto xtrans" PROVIDES = "ice" +BBCLASSEXTEND = "native" PR = "r1" PE = "1" -- cgit v1.2.3