diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-06-08 15:11:43 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-08-04 11:12:24 +0200 |
commit | 355e170f2d3139efc900434141d1d7fcb59fc4cb (patch) | |
tree | 83122b146ede9d26dd6a29a2146d08504c64642b /recipes | |
parent | 5e1b56acd6d86b499355b278d46c78cdcecfb57a (diff) |
bbappends: remove the deprecated PRINC variable
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/base-files/base-files_3.0.14.bbappend | 2 | ||||
-rw-r--r-- | recipes/trdx-config/angstrom-feed-configs.bbappend | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes/base-files/base-files_3.0.14.bbappend b/recipes/base-files/base-files_3.0.14.bbappend index 0521f9f..a4ff624 100644 --- a/recipes/base-files/base-files_3.0.14.bbappend +++ b/recipes/base-files/base-files_3.0.14.bbappend @@ -1,5 +1,3 @@ -PRINC = "6" - FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" do_install_append () { diff --git a/recipes/trdx-config/angstrom-feed-configs.bbappend b/recipes/trdx-config/angstrom-feed-configs.bbappend index c96e8e4..8f474f2 100644 --- a/recipes/trdx-config/angstrom-feed-configs.bbappend +++ b/recipes/trdx-config/angstrom-feed-configs.bbappend @@ -1,5 +1,3 @@ -PRINC = "4" - do_compile_append() { #trdx: no machine feed available so empty the feed configs echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf |