generic-poky/meta/packages/xorg-lib/xorg-headers-native.bb
Marcin Juszkiewicz 6c9d93a8c6 xorg-lib: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
- dropped old unused recipes: libice 1.0.1, libxevie 1.0.1, libxext 1.0.1
- dependencies are cleaned as many recipes had repeated deps of own deps


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2099 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04 14:45:36 +00:00

9 lines
128 B
BlitzBasic

inherit native
SRC_URI = "file://X11"
do_stage() {
install -d ${STAGING_INCDIR}
cp -pPfR ${WORKDIR}/X11 ${STAGING_INCDIR}
}