blob: 6770be4ab3ff672d9ed1ecb05c3fefe2135739a0 (
plain)
1
2
3
4
5
6
7
8
9
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}
}
|