mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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
|
inherit efl
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
INC_PR = "r0"
|
INC_PR = "r1"
|
||||||
|
|
||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--enable-openssl \
|
--enable-openssl \
|
||||||
@@ -16,3 +16,9 @@ EXTRA_OECONF = "\
|
|||||||
--enable-old-eet-file-format \
|
--enable-old-eet-file-format \
|
||||||
--disable-assert \
|
--disable-assert \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-utils"
|
||||||
|
|
||||||
|
FILES_${PN}-utils = "\
|
||||||
|
${bindir}/${PN} \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user