Skip to content

Commit

Permalink
update local conf version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 16, 2023
1 parent 9339156 commit 78f710b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
CONF_VERSION = "2"

# Delete the the source/object/binary files once a package is built to preserve disk space
INHERIT += "rm_work"
Expand All @@ -283,3 +283,5 @@ YARN_CACHE_DIR = ""
ELECTRON_CACHE_DIR = ""
SIGNING_KEY = ""
DATADOG_API_KEY = ""

PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"

0 comments on commit 78f710b

Please sign in to comment.