eet: move eet binary to own PN-utils package

* nobody would expect it in libeet-tests

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-08-02 14:27:00 +02:00
parent 44806f1328
commit 04aacfdf3d
+7 -1
View File
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=da947f414a2ca4323245f1abb1980953"
inherit efl
BBCLASSEXTEND = "native"
INC_PR = "r0"
INC_PR = "r1"
EXTRA_OECONF = "\
--enable-openssl \
@@ -16,3 +16,9 @@ EXTRA_OECONF = "\
--enable-old-eet-file-format \
--disable-assert \
"
PACKAGES =+ "${PN}-utils"
FILES_${PN}-utils = "\
${bindir}/${PN} \
"