summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-08 15:04:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:24 +0200
commit5e1b56acd6d86b499355b278d46c78cdcecfb57a (patch)
treeb14330345e88cbb5d8c97093b0d2fc1be2dfd5ff /recipes-connectivity
parentfa935091a733be1c6d472ef36dab2374887d4497 (diff)
Use generic bbappend files
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/connman/connman_%.bbappend (renamed from recipes-connectivity/connman/connman_1.17.bbappend)2
-rw-r--r--recipes-connectivity/openssh/openssh_%.bbappend (renamed from recipes-connectivity/openssh/openssh_6.2p2.bbappend)1
2 files changed, 0 insertions, 3 deletions
diff --git a/recipes-connectivity/connman/connman_1.17.bbappend b/recipes-connectivity/connman/connman_%.bbappend
index 94fcfd6..8eef424 100644
--- a/recipes-connectivity/connman/connman_1.17.bbappend
+++ b/recipes-connectivity/connman/connman_%.bbappend
@@ -1,5 +1,3 @@
-PRINC = "1"
-
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
diff --git a/recipes-connectivity/openssh/openssh_6.2p2.bbappend b/recipes-connectivity/openssh/openssh_%.bbappend
index aa7013a..c83c4f48 100644
--- a/recipes-connectivity/openssh/openssh_6.2p2.bbappend
+++ b/recipes-connectivity/openssh/openssh_%.bbappend
@@ -1,4 +1,3 @@
-PRINC := "${@int(PRINC) + 3}"
PACKAGES =+ "${PN}-scp-dev ${PN}-sftp-dev ${PN}-sftp-server-dev"
PACKAGES =+ "${PN}-scp-dbg ${PN}-sftp-dbg ${PN}-sftp-server-dbg"