diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 08:49:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 08:49:10 +0200 |
commit | cc77ff2ddb5d0319e842ff5f8d682ca9043dade5 (patch) | |
tree | 770354779d91ae76b2db4dc18d74a7296c9ea455 /meta-efl | |
parent | a3e37f1fcf05f3fcb6381e852ea41b762e980bd8 (diff) | |
download | meta-openembedded-cc77ff2ddb5d0319e842ff5f8d682ca9043dade5.tar.gz |
eeze: fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/eeze.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/eeze.inc b/meta-efl/recipes-efl/efl/eeze.inc index 36750122f..557283661 100644 --- a/meta-efl/recipes-efl/efl/eeze.inc +++ b/meta-efl/recipes-efl/efl/eeze.inc | |||
@@ -6,7 +6,9 @@ DEPENDS = "ecore eet udev" | |||
6 | inherit efl | 6 | inherit efl |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | INC_PR = "r0" | 9 | INC_PR = "r1" |
10 | 10 | ||
11 | # Some upgrade path tweaking | 11 | # Some upgrade path tweaking |
12 | AUTO_LIBNAME_PKGS = "" | 12 | AUTO_LIBNAME_PKGS = "" |
13 | |||
14 | FILES_${PN} += "${libdir}/enlightenment/utils/eeze_scanner" | ||