aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sailcut
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/sailcut
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
downloadopenembedded-709c4d66e0b107ca606941b988bad717c0b45d9b.tar.gz
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/sailcut')
-rw-r--r--recipes/sailcut/sailcut_1.3.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/sailcut/sailcut_1.3.2.bb b/recipes/sailcut/sailcut_1.3.2.bb
new file mode 100644
index 0000000000..02f68b9405
--- /dev/null
+++ b/recipes/sailcut/sailcut_1.3.2.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Sail design and plotting software"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "qt4-x11-free"
+SRCNAME = "sailcut"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+EXTRA_OECONF = "\
+ --with-qt-includes=${STAGING_INCDIR}/qt4 \
+ --with-qt-libraries=${STAGING_LIBDIR} \
+ MOC=moc4 UIC=uic4 LRELEASE=lrelease4 LUPDATE=lupdate4"
+
+inherit autotools
+
akuster/qa_rebase OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa75-cortexa55.armv7vetb-vfpv4d16
blob: 4b7c5e47161b70521d8640cd793ff751540571cc (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armeb armv4b armv4tb armv5b armv5tb armv5b-vfp armv5tb-vfp armv5eb armv5teb armv5eb-vfp armv5teb-vfp armv6b armv6tb armv6b-vfp armv6tb-vfp armv7ab-vfp armv7at2b-vfp armv7veb-vfp armv7vet2b-vfp armv7veb-vfpv4d16 armv7vet2b-vfpv4d16 fake_cortexa75_cortexa55"
TUNE_CCARGS=" -march=armv7ve -mthumb -mfpu=vfpv4-d16 -mfloat-abi=softfp"
TUNE_CCARGS_MFLOAT="softfp"
TUNE_CCARGS_MFPU=" vfp vfpv4-d16"
TUNE_FEATURES="arm armv7ve vfp thumb vfpv4d16 bigendian"
TUNE_PKGARCH="armv7vet2b-vfpv4d16"
export CC="armeb-oe-linux-gnueabi-gcc  -march=armv7ve -mthumb -mfpu=vfpv4-d16 -mfloat-abi=softfp --sysroot=SYSROOT"