From: Michael Lauer Date: Sun, 22 Jul 2007 14:15:24 +0000 (+0000) Subject: add etk-native (non-working yet) X-Git-Tag: Release-2010-05/1~8868^2~114^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f361aa01aabde259759bc55e17290135a84038;p=openembedded.git add etk-native (non-working yet) --- diff --git a/packages/efl1/etk-native/.mtn2git_empty b/packages/efl1/etk-native/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/efl1/etk-native_cvs.bb b/packages/efl1/etk-native_cvs.bb new file mode 100644 index 0000000000..6770be4ab3 --- /dev/null +++ b/packages/efl1/etk-native_cvs.bb @@ -0,0 +1,10 @@ +require etk_cvs.bb +inherit native +DEPENDS = "evas-native ecore-native edje-native" + +SRC_URI += "file://no-tests.patch;patch=1" + +do_stage_append() { + mv ${STAGING_DIR}/include/etk ${STAGING_INCDIR} +} +