diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:47:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:16:35 +0200 |
commit | cb087658bcc612b82bc76f1781ec21f817194d66 (patch) | |
tree | b0b2520e2a111895de25a1cdf01cc36782cf2318 | |
parent | fead56e1b00fd609db2488dad7b607904535d8f3 (diff) |
fontcacheproto: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/xorg-proto/fontcacheproto-native_0.1.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-proto/fontcacheproto-native_0.1.3.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-proto/fontcacheproto_0.1.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-proto/fontcacheproto_0.1.3.bb | 2 |
4 files changed, 4 insertions, 14 deletions
diff --git a/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb b/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb deleted file mode 100644 index e663faa8c3..0000000000 --- a/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb +++ /dev/null @@ -1,5 +0,0 @@ -require fontcacheproto_${PV}.bb -require xorg-proto-native.inc - -PR = "r1" - diff --git a/recipes/xorg-proto/fontcacheproto-native_0.1.3.bb b/recipes/xorg-proto/fontcacheproto-native_0.1.3.bb deleted file mode 100644 index e4761d05ed..0000000000 --- a/recipes/xorg-proto/fontcacheproto-native_0.1.3.bb +++ /dev/null @@ -1,9 +0,0 @@ -require fontcacheproto_${PV}.bb - -PR = "r1" - - -inherit native - -SRC_URI[archive.md5sum] = "a8a50e5e995bfacb0359575faf7f6906" -SRC_URI[archive.sha256sum] = "1dcaa659d416272ff68e567d1910ccc1e369768f13b983cffcccd6c563dbe3cb" diff --git a/recipes/xorg-proto/fontcacheproto_0.1.2.bb b/recipes/xorg-proto/fontcacheproto_0.1.2.bb index f2a2faa2a8..595ec5fa30 100644 --- a/recipes/xorg-proto/fontcacheproto_0.1.2.bb +++ b/recipes/xorg-proto/fontcacheproto_0.1.2.bb @@ -5,3 +5,5 @@ PE = "1" SRC_URI[archive.md5sum] = "60df6b625074a9790e28543dcea71651" SRC_URI[archive.sha256sum] = "48063ed49b200927376645f9ffe65faa39af84d59ba6f60f2abb2f9c6fa3d9f9" + +BBCLASSEXTEND = "native" diff --git a/recipes/xorg-proto/fontcacheproto_0.1.3.bb b/recipes/xorg-proto/fontcacheproto_0.1.3.bb index b105d1b22e..77f37938b8 100644 --- a/recipes/xorg-proto/fontcacheproto_0.1.3.bb +++ b/recipes/xorg-proto/fontcacheproto_0.1.3.bb @@ -5,3 +5,5 @@ PE = "1" SRC_URI[archive.md5sum] = "a8a50e5e995bfacb0359575faf7f6906" SRC_URI[archive.sha256sum] = "1dcaa659d416272ff68e567d1910ccc1e369768f13b983cffcccd6c563dbe3cb" + +BBCLASSEXTEND = "native" |