aboutsummaryrefslogtreecommitdiffstats
path: root/eet/eet-native_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'eet/eet-native_cvs.oe')
-rw-r--r--eet/eet-native_cvs.oe10
1 files changed, 0 insertions, 10 deletions
diff --git a/eet/eet-native_cvs.oe b/eet/eet-native_cvs.oe
deleted file mode 100644
index dd0aef492f..0000000000
--- a/eet/eet-native_cvs.oe
+++ /dev/null
@@ -1,10 +0,0 @@
-SECTION = "unknown"
-include eet_${PV}.oe
-inherit native
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/eet"
-DEPENDS = "zlib-native jpeg-native"
-
-do_stage () {
- oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
-}