The palmpre-system-deps provides some essential header + vapi files for programs written for the palm pre machine. For example it includes a vapi file for the hsuart.h kernel header file which provides different ioctl's parameters for managing the hsuart of the palm pre device.
Signed-off-by: Simon Busch <[email protected]> --- recipes/palmpre/palmpre-system-deps-native_git.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 recipes/palmpre/palmpre-system-deps-native_git.bb diff --git a/recipes/palmpre/palmpre-system-deps-native_git.bb b/recipes/palmpre/palmpre-system-deps-native_git.bb new file mode 100644 index 0000000..1f907c9 --- /dev/null +++ b/recipes/palmpre/palmpre-system-deps-native_git.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Important header and vapi files for some programs running on the palmpre machine" +HOMEPAGE = "http://www.freesmartphone.org" +AUTHOR = "Simon Busch <[email protected]> +SECTION = "console/utils" +LICENSE = "GPL" +PR = "r0" + +SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c" +SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master" +S = "${WORKDIR}/git/palmpre/palmpre-system-deps" + +inherit autotools native pkgconfig -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
