diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 12:36:10 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 12:36:10 +0200 |
commit | 74094fba9fecbdd034cfaf4802b33a87303cbcd9 (patch) | |
tree | a9b7f03e5cc19ba20ad8f2bf4348a13d03cc7686 | |
parent | a35ce39b0da75981559123afe6aaac1a10f2bfc4 (diff) | |
parent | c6dd1217429fd07ef3fb6ac59b73892d00331e33 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | conf/distro/include/fso-autorev.inc | 1 | ||||
-rw-r--r-- | recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | 2 | ||||
-rw-r--r-- | recipes/libgee/libgee-native_git.bb | 16 | ||||
-rw-r--r-- | recipes/vala/vala-native_0.7.6-fso2.bb | 6 |
4 files changed, 18 insertions, 7 deletions
diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc index 607f3cd06d..33f05bcaa3 100644 --- a/conf/distro/include/fso-autorev.inc +++ b/conf/distro/include/fso-autorev.inc @@ -26,6 +26,7 @@ SRCREV_pn-libfsoframework = "${AUTOREV}" SRCREV_pn-libfsotransport = "${AUTOREV}" SRCREV_pn-libframeworkd-glib = "${AUTOREV}" SRCREV_pn-libfso-glib = "${AUTOREV}" +SRCREV_pn-libgee-native = "${AUTOREV}" SRCREV_pn-libgee = "${AUTOREV}" SRCREV_pn-libgsm0710 = "${AUTOREV}" SRCREV_pn-libgsm0710mux = "${AUTOREV}" diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb index 72f835e6a5..b2a471dd00 100644 --- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb +++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Vala DBus Binding Tool" SECTION = "console" LICENSE = "GPLv2" -DEPENDS = "vala-native intltool-native libxml2-native" +DEPENDS = "vala-native libgee-native intltool-native libxml2-native" PV = "0.1.0+gitr${SRCREV}" SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master" diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb new file mode 100644 index 0000000000..89523d3906 --- /dev/null +++ b/recipes/libgee/libgee-native_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \ +and classes for commonly used data structures." +HOMEPAGE = "http://live.gnome.org/Libgee" +SECTION = "libs" +DEPENDS = "glib-2.0" +LICENSE = "LGPL" +PV = "0.3.0+gitr${SRCREV}" + +SRC_URI = "\ + git://git.gnome.org/libgee;protocol=git;branch=master \ +" +S = "${WORKDIR}/git" + +inherit native autotools_stage pkgconfig vala + +FILES_${PN}-dev += "${datadir}/gir-1.0" diff --git a/recipes/vala/vala-native_0.7.6-fso2.bb b/recipes/vala/vala-native_0.7.6-fso2.bb deleted file mode 100644 index b7ff8a7dad..0000000000 --- a/recipes/vala/vala-native_0.7.6-fso2.bb +++ /dev/null @@ -1,6 +0,0 @@ -require vala.inc -inherit native -DEPENDS = "glib-2.0-native" - -PR = "${INC_PR}.0" - |