diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-08 14:04:51 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-08 22:34:34 +0200 |
commit | 851601ff577ca24a07a5d71741ea88b9dabcf7bb (patch) | |
tree | 8c13cfe4e3907acbf81c8d7ad01e1ff3f6c77b23 /recipes | |
parent | 22d5890c870341c6428640d2dcbd05f6c72fbea2 (diff) |
xf86bigfontproto: converted to BBCLASSEXTEND
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb | 10 | ||||
-rw-r--r-- | recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-proto/xf86bigfontproto_1.1.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-proto/xf86bigfontproto_1.2.0.bb | 2 |
5 files changed, 4 insertions, 22 deletions
diff --git a/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb deleted file mode 100644 index 388436d2a3..0000000000 --- a/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require xf86bigfontproto_${PV}.bb -require xorg-proto-native.inc - -PR = "r1" - -XORG_PN = "xf86bigfontproto" - -SRC_URI[archive.md5sum] = "a318c1e86123832d7b0c95fc7d47ef35" -SRC_URI[archive.sha256sum] = "01b475b5b27709a738db6f94ce2ded37f5db0792e8d9318069ecf1690a15f124" diff --git a/recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb b/recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb deleted file mode 100644 index 39be209d41..0000000000 --- a/recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -require xf86bigfontproto_${PV}.bb - -PR = "r1" - -XORG_PN = "xf86bigfontproto" - -inherit native - -SRC_URI[archive.md5sum] = "120e226ede5a4687b25dd357cc9b8efe" -SRC_URI[archive.sha256sum] = "ba9220e2c4475f5ed2ddaa7287426b30089e4d29bd58d35fad57ba5ea43e1648" diff --git a/recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb deleted file mode 100644 index 32b6280c04..0000000000 --- a/recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb +++ /dev/null @@ -1,3 +0,0 @@ -require xf86bigfontproto_${PV}.bb - -inherit sdk diff --git a/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb index 8cebdca8e4..ab942122ab 100644 --- a/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb +++ b/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb @@ -5,5 +5,7 @@ PE = "1" XORG_PN = "xf86bigfontproto" +BBCLASSEXTEND = "native sdk" + SRC_URI[archive.md5sum] = "a318c1e86123832d7b0c95fc7d47ef35" SRC_URI[archive.sha256sum] = "01b475b5b27709a738db6f94ce2ded37f5db0792e8d9318069ecf1690a15f124" diff --git a/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb b/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb index b297edfa63..9b27cd06b8 100644 --- a/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb +++ b/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb @@ -5,5 +5,7 @@ PE = "1" XORG_PN = "xf86bigfontproto" +BBCLASSEXTEND = "native sdk" + SRC_URI[archive.md5sum] = "120e226ede5a4687b25dd357cc9b8efe" SRC_URI[archive.sha256sum] = "ba9220e2c4475f5ed2ddaa7287426b30089e4d29bd58d35fad57ba5ea43e1648" |