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-connectivity | |
parent | 5e1b56acd6d86b499355b278d46c78cdcecfb57a (diff) |
bbappends: remove the deprecated PRINC variable
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/midori/midori_0.5.5.bbappend | 2 | ||||
-rw-r--r-- | recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-connectivity/midori/midori_0.5.5.bbappend b/recipes-connectivity/midori/midori_0.5.5.bbappend index b5de70e..2571380 100644 --- a/recipes-connectivity/midori/midori_0.5.5.bbappend +++ b/recipes-connectivity/midori/midori_0.5.5.bbappend @@ -1,5 +1,3 @@ -PRINC = "4" - FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://config \ file://bookmarks_v2.db \ diff --git a/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend index c524db7..873e18c 100644 --- a/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend +++ b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend @@ -1,5 +1,3 @@ -PRINC = "1" - # workaround, meta-openembedded tries to install an unneeded but unavailable .service file # so provide one during install and later on delete it again do_install_prepend () { |