meta-tizen: conf/layer.conf: Minor cleanup
authorMark Hatle <mark.hatle@windriver.com>
Fri, 25 Apr 2014 03:45:50 +0000 (22:45 -0500)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:19:40 +0000 (09:19 -0800)
(From meta-tizen rev: 8f9887dd445d15592d728c781424ef4b3d56d3eb)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/conf/layer.conf

index 3484af6..2116e38 100644 (file)
@@ -1,5 +1,5 @@
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}:${LAYERDIR}"
+BBPATH .= ":${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} \
@@ -31,4 +31,4 @@ DEPENDS_rpm-libs = "rpm-native"
 PREFERRED_VERSION_linux-yocto ?= "3.14%"
 
 DISTRO_FEATURES_append = " systemd"
-VIRTUAL-RUNTIME_init_manager = "systemd"
\ No newline at end of file
+VIRTUAL-RUNTIME_init_manager = "systemd"