1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

tasks: Add libglade to sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3441 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-09 15:07:49 +00:00
parent 4a7acb65f6
commit ab3ed2f9a7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
PR = "r2"
PR = "r3"
ALLOW_EMPTY = "1"
@@ -13,4 +13,5 @@ PACKAGES = "${PN}"
RDEPENDS = "\
task-poky-sdk \
libglade \
${SDK-GMAE}"
@@ -3,7 +3,7 @@
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
PR = "r4"
PR = "r5"
ALLOW_EMPTY = "1"
@@ -13,4 +13,5 @@ PACKAGES = "${PN}"
RDEPENDS = "\
task-poky-standalone-sdk-target \
libglade \
${SDK-GMAE}"