integ/base/libfdt/debian/deb_folder/control
Yue Tao 6fb79d4dcf Add debian package for libfdt
Story: 2009221
Task: 43441
Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: I1da499de95457726f87f35821d8720a0b05c4431
2021-11-15 13:41:41 +08:00

36 lines
1.3 KiB
Plaintext

# Copyright (c) 2021 Wind River Systems, Inc.
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. The ASF licenses this
# file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
Source: libfdt
Section: admin
Priority: optional
Maintainer: Starlingx Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 12), bison, flex, gcc
Standards-Version: 4.5.0
Homepage: https://www.starlingx.io
Package: libfdt
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Device Tree Compiler
The source tree contains the Device Tree Compiler (dtc) toolchain for
working with device tree source and binary files and also libfdt, a
utility library for reading and manipulating the binary format.