diff options
Diffstat (limited to 'recipes-navigation/protozero/protozero_git.bb')
-rw-r--r-- | recipes-navigation/protozero/protozero_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/protozero/protozero_git.bb b/recipes-navigation/protozero/protozero_git.bb index 3625dcadb..c65968cd9 100644 --- a/recipes-navigation/protozero/protozero_git.bb +++ b/recipes-navigation/protozero/protozero_git.bb @@ -15,6 +15,6 @@ SRCREV = "aa8b304cf63831589f52c254b5af2c688bdc2fc4" S = "${WORKDIR}/git" -CFLAGS_prepend = " -I${STAGING_DIR_HOST}/include" +CFLAGS:prepend = " -I${STAGING_DIR_HOST}/include" inherit cmake pkgconfig |