diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-01 00:08:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:25 +0200 |
commit | 0ff1082e2e4b579abe527c0c9e0c51a38616f0e2 (patch) | |
tree | 9a0f7593289dbbd75b900464395fd57c775f9f5c /meta-efl/recipes-efl/efl/eet_svn.bb | |
parent | dd708272e92d7f069c35e52145e2e489d5230c76 (diff) | |
download | meta-openembedded-0ff1082e2e4b579abe527c0c9e0c51a38616f0e2.tar.gz |
efl: drop .inc and _svn.bb files for libs included in efl.git
* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion
* drop INC_PR and fold lib.inc into the recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/eet_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/eet_svn.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-efl/recipes-efl/efl/eet_svn.bb b/meta-efl/recipes-efl/efl/eet_svn.bb deleted file mode 100644 index 5b13b9e7b..000000000 --- a/meta-efl/recipes-efl/efl/eet_svn.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRCREV = "${EFL_SRCREV}" | ||
4 | PV = "1.7.4+svnr${SRCPV}" | ||
5 | PR = "${INC_PR}.0" | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
8 | SRCNAME_append = "-1.7" | ||
9 | |||
10 | SRC_URI = "\ | ||
11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | ||
12 | " | ||
13 | S = "${WORKDIR}/${SRCNAME}" | ||