diff options
author | Dinesh Chinari <chinari@us.ibm.com> | 2017-03-08 11:51:22 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-25 02:23:13 +0000 |
commit | 1ddd805657ea2336826395f11847a3fba36050a4 (patch) | |
tree | f0d50d5b2a079f81496c73978d6fcf7a70ab13bf /meta-phosphor/common/recipes-devtools/rsync | |
parent | d364014caf0f54f1fe1f8c591056ba7b01db4fdf (diff) | |
download | talos-openbmc-1ddd805657ea2336826395f11847a3fba36050a4.tar.gz talos-openbmc-1ddd805657ea2336826395f11847a3fba36050a4.zip |
Added rsync to package.
Added rsync_%.bbappend recipes file .
Change-Id: I2dadb0946e41575753520ed8dcc5b352943007f3
Signed-off-by: Dinesh Chinari <chinari@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/rsync')
-rw-r--r-- | meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend b/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend new file mode 100644 index 000000000..e65d1f2c9 --- /dev/null +++ b/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend @@ -0,0 +1,4 @@ +EXTRA_OECONF_append += " --disable-largefile --disable-locale --disable-iconv \ + --without-included-popt --without-included-zlib" + +PACKAGECONFIG = "" |