diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-06-08 15:04:17 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-08-04 11:12:24 +0200 |
commit | 5e1b56acd6d86b499355b278d46c78cdcecfb57a (patch) | |
tree | b14330345e88cbb5d8c97093b0d2fc1be2dfd5ff | |
parent | fa935091a733be1c6d472ef36dab2374887d4497 (diff) |
Use generic bbappend files
This uses the % wildcard for recipe matching.
remove the deprecated PRINC variable while at it.
-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 | ||||
-rw-r--r-- | recipes-core/systemd/systemd_%.bbappend (renamed from recipes-core/systemd/systemd_206.bbappend) | 2 | ||||
-rw-r--r-- | recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend | 5 | ||||
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_%.bbappend (renamed from recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend) | 0 | ||||
-rw-r--r-- | recipes-support/libfm/libfm_%.bbappend (renamed from recipes-support/libfm/libfm_1.1.0.bbappend) | 2 |
7 files changed, 2 insertions, 12 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" diff --git a/recipes-core/systemd/systemd_206.bbappend b/recipes-core/systemd/systemd_%.bbappend index b93053e..c099bda 100644 --- a/recipes-core/systemd/systemd_206.bbappend +++ b/recipes-core/systemd/systemd_%.bbappend @@ -1,5 +1,3 @@ -PRINC = "4" - FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += " \ diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend new file mode 100644 index 0000000..3e93d15 --- /dev/null +++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend @@ -0,0 +1,2 @@ +# build for x11, at least lxpanel needs this +PACKAGECONFIG_append = " x11" diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend deleted file mode 100644 index d28ef3c..0000000 --- a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PRINC = "1" -# build for x11, at least lxpanel needs this -DEPENDS += "virtual/libx11" - -X11DEPENDS += "--with-x11" diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_%.bbappend index 690f420..690f420 100644 --- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend +++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_%.bbappend diff --git a/recipes-support/libfm/libfm_1.1.0.bbappend b/recipes-support/libfm/libfm_%.bbappend index 19724f2..fc8b8e9 100644 --- a/recipes-support/libfm/libfm_1.1.0.bbappend +++ b/recipes-support/libfm/libfm_%.bbappend @@ -1,5 +1,3 @@ -PRINC = "1" - FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://libfm_set_terminal.patch" |