poky-sdk: install libglade-dev instead of libglade

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3451 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-01-10 16:06:09 +00:00
parent 6486e5ef30
commit c1dd292388
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
PR = "r3"
PR = "r4"
ALLOW_EMPTY = "1"
@@ -13,5 +13,5 @@ PACKAGES = "${PN}"
RDEPENDS = "\
task-poky-sdk \
libglade \
libglade-dev \
${SDK-GMAE}"

View File

@@ -3,7 +3,7 @@
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
PR = "r5"
PR = "r6"
ALLOW_EMPTY = "1"
@@ -13,5 +13,5 @@ PACKAGES = "${PN}"
RDEPENDS = "\
task-poky-standalone-sdk-target \
libglade \
libglade-dev \
${SDK-GMAE}"