diff options
Diffstat (limited to 'recipes')
-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" |