[oe-commits] Martin Jansa : eet: move eet binary to own PN-utils package

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:10:53 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 04aacfdf3d1c63d4be05a4f73fb221923182a0f3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=04aacfdf3d1c63d4be05a4f73fb221923182a0f3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  2 14:27:00 2012 +0200

eet: move eet binary to own PN-utils package

* nobody would expect it in libeet-tests

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/eet.inc |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/eet.inc b/meta-efl/recipes-efl/efl/eet.inc
index de17e05..089e92e 100644
--- a/meta-efl/recipes-efl/efl/eet.inc
+++ b/meta-efl/recipes-efl/efl/eet.inc
@@ -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} \
+"





More information about the Openembedded-commits mailing list