summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/xorg-lib/libfontenc-native_1.0.4.bb8
-rw-r--r--recipes/xorg-lib/libfontenc-native_1.0.5.bb11
-rw-r--r--recipes/xorg-lib/libfontenc_1.0.4.bb1
-rw-r--r--recipes/xorg-lib/libfontenc_1.0.5.bb1
4 files changed, 2 insertions, 19 deletions
diff --git a/recipes/xorg-lib/libfontenc-native_1.0.4.bb b/recipes/xorg-lib/libfontenc-native_1.0.4.bb
deleted file mode 100644
index a907e08f12..0000000000
--- a/recipes/xorg-lib/libfontenc-native_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libfontenc_${PV}.bb
-
-DEPENDS = "zlib-native xproto-native"
-PE = "1"
-
-XORG_PN = "libfontenc"
-
-inherit native
diff --git a/recipes/xorg-lib/libfontenc-native_1.0.5.bb b/recipes/xorg-lib/libfontenc-native_1.0.5.bb
deleted file mode 100644
index d60975d234..0000000000
--- a/recipes/xorg-lib/libfontenc-native_1.0.5.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require libfontenc_${PV}.bb
-
-DEPENDS = "zlib-native xproto-native"
-PE = "1"
-
-XORG_PN = "libfontenc"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "4f0d8191819be9f2bdf9dad49a65e43b"
-SRC_URI[archive.sha256sum] = "7f3cde0331e9ad3da720b1a8255e121673701199df0802b62380436e74222700"
diff --git a/recipes/xorg-lib/libfontenc_1.0.4.bb b/recipes/xorg-lib/libfontenc_1.0.4.bb
index 13b2ac9687..efe5e7562f 100644
--- a/recipes/xorg-lib/libfontenc_1.0.4.bb
+++ b/recipes/xorg-lib/libfontenc_1.0.4.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 font encoding library"
LICENSE = "BSD-X"
DEPENDS += "zlib xproto"
+BBCLASSEXTEND = "native"
PR = "r1"
PE = "1"
diff --git a/recipes/xorg-lib/libfontenc_1.0.5.bb b/recipes/xorg-lib/libfontenc_1.0.5.bb
index c3d13dfe86..81d8fb2c28 100644
--- a/recipes/xorg-lib/libfontenc_1.0.5.bb
+++ b/recipes/xorg-lib/libfontenc_1.0.5.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 font encoding library"
LICENSE = "BSD-X"
DEPENDS += "zlib xproto"
+BBCLASSEXTEND = "native"
PR = "r1"
PE = "1"