mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user