mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
* it was removed from libtool recipe in oe-core commit: commit 5e40bcd93d9ea64f1a6d75e62aabda3dcb33fc01 Author: Robert Yang <liezhi.yang@windriver.com> Date: Fri Apr 10 02:30:02 2015 -0700 Subject: libtool: remove libltdl-dev libltdl-dbg libltdl-staticdev from PACKAGES There should be only one dev and dbg package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
29 lines
926 B
BlitzBasic
29 lines
926 B
BlitzBasic
SUMMARY = "Packages required for a target (on-device) SDK"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
|
|
|
PR = "r1"
|
|
|
|
inherit packagegroup allarch
|
|
|
|
RPROVIDES_${PN} += "packagegroup-native-sdk"
|
|
RREPLACES_${PN} += "packagegroup-native-sdk"
|
|
RCONFLICTS_${PN} += "packagegroup-native-sdk"
|
|
RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
|
|
binutils-symlinks \
|
|
perl-modules \
|
|
flex flex-dev \
|
|
bison \
|
|
gawk \
|
|
sed \
|
|
grep \
|
|
autoconf automake \
|
|
make \
|
|
patch diffstat diffutils \
|
|
libstdc++-dev \
|
|
libtool libtool-dev \
|
|
pkgconfig"
|
|
|
|
# usefull, but not in oe-core/meta-oe yet: patchutils
|
|
RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks"
|