diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/xfsprogs')
-rw-r--r-- | meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb index 07c5e97dbb..907b875718 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb | |||
@@ -44,9 +44,9 @@ PACKAGECONFIG ??= "blkid" | |||
44 | 44 | ||
45 | PACKAGECONFIG[blkid] = "--enable-blkid=yes,--enable-blkid=no,util-linux" | 45 | PACKAGECONFIG[blkid] = "--enable-blkid=yes,--enable-blkid=no,util-linux" |
46 | 46 | ||
47 | export DEBUG="-DNDEBUG" | 47 | export DEBUG = "-DNDEBUG" |
48 | export BUILD_VERBOSE="1" | 48 | export BUILD_VERBOSE = "1" |
49 | export tagname="CC" | 49 | export tagname = "CC" |
50 | 50 | ||
51 | EXTRA_OEMAKE = "DIST_ROOT='${D}'" | 51 | EXTRA_OEMAKE = "DIST_ROOT='${D}'" |
52 | 52 | ||