diff options
| author | Erwan Gautron <erwan.gautron@yahoo.fr> | 2017-02-14 10:37:54 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-15 23:35:01 +0100 |
| commit | b4f54a98a38905fb4ca5413e174263913e20c9c3 (patch) | |
| tree | 5d0a2c5c3b087bafd47642980441deec65c4d980 | |
| parent | 84ca4704ac757016182e2abb5b6e4336e1eeb982 (diff) | |
| download | buildroot-b4f54a98a38905fb4ca5413e174263913e20c9c3.tar.gz buildroot-b4f54a98a38905fb4ca5413e174263913e20c9c3.zip | |
raptor: install package to staging
The raptor package installs some libraries, which will be useful for
upcoming packages parts of librdf.org, such as rasqal and redland.
Signed-off-by: Erwan Gautron <erwan.gautron@yahoo.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/raptor/raptor.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/raptor/raptor.mk b/package/raptor/raptor.mk index aea14e393f..2653663307 100644 --- a/package/raptor/raptor.mk +++ b/package/raptor/raptor.mk @@ -10,6 +10,7 @@ RAPTOR_SITE = http://download.librdf.org/source RAPTOR_DEPENDENCIES = libxml2 libxslt RAPTOR_LICENSE = GPLv2+ or LGPLv2.1+ or Apache-2.0+ RAPTOR_LICENSE_FILES = LICENSE.txt +RAPTOR_INSTALL_STAGING = YES # Flag is added to make sure the patch is applied for the configure.ac of raptor. RAPTOR_AUTORECONF = YES |

