[oe-commits] Martin Jansa : edbus2: include edbus-codegen in PN-utils

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 08:16:23 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Dec 22 10:25:53 2012 +0100

edbus2: include edbus-codegen in PN-utils

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

---

 meta-efl/recipes-efl/efl/edbus2_svn.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/edbus2_svn.bb b/meta-efl/recipes-efl/efl/edbus2_svn.bb
index 58ef853..15e7002 100644
--- a/meta-efl/recipes-efl/efl/edbus2_svn.bb
+++ b/meta-efl/recipes-efl/efl/edbus2_svn.bb
@@ -2,10 +2,13 @@ require ${BPN}.inc
 
 SRCREV = "${EFL_SRCREV}"
 PV = "1.7.99+svnr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "\
   ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
 "
 S = "${WORKDIR}/${SRCNAME}"
+
+PACKAGES =+ "${PN}-utils"
+FILES_${PN}-utils = "${bindir}/edbus-codegen"





More information about the Openembedded-commits mailing list