From patchwork Fri Jun 22 03:25:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-openembedded] connman: Update recipe name to connman_1.0.bbappend. Date: Fri, 22 Jun 2012 03:25:35 -0000 From: Elvis Dowson X-Patchwork-Id: 30439 Message-Id: <1340335535-24039-1-git-send-email-elvis.dowson@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Elvis Dowson This commit updates the recipe name to connman_1.0.bbappend. Signed-off-by: Elvis Dowson --- .../connman/connman_0.79.bbappend | 6 ------ .../connman/connman_1.0.bbappend | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/connman/connman_0.79.bbappend create mode 100644 meta-oe/recipes-connectivity/connman/connman_1.0.bbappend diff --git a/meta-oe/recipes-connectivity/connman/connman_0.79.bbappend b/meta-oe/recipes-connectivity/connman/connman_0.79.bbappend deleted file mode 100644 index 167165f..0000000 --- a/meta-oe/recipes-connectivity/connman/connman_0.79.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -inherit systemd - -EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" - -SYSTEMD_PACKAGES = "${PN}-systemd" -SYSTEMD_SERVICE_${PN}-systemd = "connman.service" diff --git a/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend b/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend new file mode 100644 index 0000000..167165f --- /dev/null +++ b/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend @@ -0,0 +1,6 @@ +inherit systemd + +EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" + +SYSTEMD_PACKAGES = "${PN}-systemd" +SYSTEMD_SERVICE_${PN}-systemd = "connman.service"